Skip to content

Commit 1f85075

Browse files
authored
Merge pull request #16 from jaspax/master
Add `of` as a highlighted keyword
2 parents 51ed6c6 + 8d82c5f commit 1f85075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/javascript.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ syntax keyword javaScriptNull null undefined
3434
syntax keyword javaScriptMessage alert confirm prompt
3535
syntax keyword javaScriptDeprecated escape unescape applets alinkColor bgColor fgColor linkColor vlinkColor xmlEncoding
3636
syntax keyword javaScriptConditional if else switch
37-
syntax keyword javaScriptRepeat do while for in
37+
syntax keyword javaScriptRepeat do while for in of
3838
syntax keyword javaScriptBranch break continue
3939
syntax keyword javaScriptLabel case default
4040
syntax keyword javaScriptPrototype prototype

0 commit comments

Comments
 (0)