Skip to content

Commit 68617b5

Browse files
committed
remove const from typescriptReserved keyword list
const was already listed as typescriptIdentifier. Fixes #91.
1 parent 8d1a4aa commit 68617b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/typescript.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ syntax keyword typescriptGlobalObjects Array Boolean Date Function Infinity Math
122122

123123
syntax keyword typescriptExceptions try catch throw finally Error EvalError RangeError ReferenceError SyntaxError TypeError URIError
124124

125-
syntax keyword typescriptReserved constructor declare as interface module abstract enum int short 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 type namespace from get set
125+
syntax keyword typescriptReserved constructor declare as interface module abstract enum int short 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 type namespace from get set
126126
"}}}
127127
"" typescript/DOM/HTML/CSS specified things"{{{
128128

0 commit comments

Comments
 (0)