Skip to content

Commit 8d1a4aa

Browse files
kazimuthleafgarland
authored andcommitted
Support get and set keywords (#89)
1 parent 3458c7c commit 8d1a4aa

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

0 commit comments

Comments
 (0)