Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion syntax/typescript.vim
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ syntax keyword typescriptGlobalNodeObjects module exports global process __dirn

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 keyof
syntax keyword typescriptReserved constructor declare as interface module abstract enum export interface static extends long super final native class throws private transient debugger implements protected volatile import public type namespace from get set keyof
"}}}
"" typescript/DOM/HTML/CSS specified things"{{{

Expand Down