Skip to content

Commit

Permalink
Add "keyof" to reserved words (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quramy authored and leafgarland committed Feb 14, 2017
1 parent 7e25a90 commit 7580b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax/typescript.vim
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ syntax keyword typescriptGlobalObjects Array Boolean Date Function Infinity Math

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

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
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
"}}}
"" typescript/DOM/HTML/CSS specified things"{{{

Expand Down

0 comments on commit 7580b9d

Please sign in to comment.