Skip to content

Commit 2e34e91

Browse files
committed
remove const as a 'future' key, in use for v8, sm
1 parent 7a7b75f commit 2e34e91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

syntax/javascript.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ syntax keyword javaScriptGlobalObjects Array Boolean Date Function Infinity Jav
9797

9898
syntax keyword javaScriptExceptions Error EvalError RangeError ReferenceError SyntaxError TypeError URIError
9999

100-
syntax keyword javaScriptFutureKeys 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
100+
syntax keyword javaScriptFutureKeys 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
101101

102102
"" DOM/HTML/CSS specified things
103103

0 commit comments

Comments
 (0)