Skip to content

Commit 51ed6c6

Browse files
authored
Merge pull request #15 from shuizhongyueming/master
update javascript.vim
2 parents 685bd89 + 9153f0f commit 51ed6c6

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
@@ -27,7 +27,7 @@ hi link shebang Comment
2727

2828
" Statement Keywords
2929
syntax keyword javaScriptSource import export
30-
syntax keyword javaScriptIdentifier arguments this let const var void yield
30+
syntax keyword javaScriptIdentifier arguments this let const var void yield async await
3131
syntax keyword javaScriptOperator delete new instanceof typeof
3232
syntax keyword javaScriptBoolean true false
3333
syntax keyword javaScriptNull null undefined

0 commit comments

Comments
 (0)