Merge pull request #79 from wpf500/wpf-const

Move const from Reserved to Identifier
This commit is contained in:
Jose Elera
2017-08-11 09:26:14 -05:00
committed by GitHub

View File

@@ -35,7 +35,7 @@ hi link shebang Comment
" Statement Keywords {{{
syntax keyword javaScriptSource import export from
syntax keyword javaScriptIdentifier arguments this let var void yield async await
syntax keyword javaScriptIdentifier arguments this let var void yield async await const
syntax keyword javaScriptOperator delete new instanceof typeof
syntax keyword javaScriptBoolean true false
syntax keyword javaScriptNull null undefined
@@ -50,7 +50,7 @@ syntax keyword javaScriptPrototype prototype
syntax keyword javaScriptStatement return with
syntax keyword javaScriptGlobalObjects Array Boolean Date Function Math Number Object RegExp String
syntax keyword javaScriptExceptions try catch throw finally Error EvalError RangeError ReferenceError SyntaxError TypeError URIError
syntax keyword javaScriptReserved abstract enum int short boolean export interface static byte extends long super char final native synchronized class float package throws const goto private transient debugger implements protected volatile double import public
syntax keyword javaScriptReserved abstract enum int short boolean export interface static byte extends long super char final native synchronized class float package throws goto private transient debugger implements protected volatile double import public
"}}}
" Comments {{{
syntax keyword javaScriptCommentTodo TODO FIXME XXX TBD contained