We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 685bd89 + 9153f0f commit 51ed6c6Copy full SHA for 51ed6c6
syntax/javascript.vim
@@ -27,7 +27,7 @@ hi link shebang Comment
27
28
" Statement Keywords
29
syntax keyword javaScriptSource import export
30
-syntax keyword javaScriptIdentifier arguments this let const var void yield
+syntax keyword javaScriptIdentifier arguments this let const var void yield async await
31
syntax keyword javaScriptOperator delete new instanceof typeof
32
syntax keyword javaScriptBoolean true false
33
syntax keyword javaScriptNull null undefined
0 commit comments