Skip to content

Commit 7580b9d

Browse files
Quramyleafgarland
authored andcommitted
Add "keyof" to reserved words (#102)
1 parent 7e25a90 commit 7580b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: syntax/typescript.vim

+1-1
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 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 keyof
126126
"}}}
127127
"" typescript/DOM/HTML/CSS specified things"{{{
128128

0 commit comments

Comments
 (0)