-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtypescript.vim
26 lines (26 loc) · 1.19 KB
/
typescript.vim
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
highlight! link typescriptImport Keyword
highlight! link typescriptExport Keyword
highlight! link typescriptDecorator Function
highlight! link typescriptClassKeyword TypeOfElem
highlight! link typescriptClassStatic BigRed
highlight! link typescriptReadonlyModifier BigRed
highlight! link typescriptUnaryOp Keyword
highlight! link typescriptAssign Keyword
highlight! link typescriptBinaryOp Keyword
highlight! link typescriptOperator Keyword
highlight! link typescriptTernaryOp Keyword
highlight! link typescriptKeywordOp Keyword
highlight! link typescriptMemberOptionality Keyword
highlight! link typescriptTypeAnnotation Keyword
highlight! link typescriptMember Function
highlight! link typescriptRequestProp Function
highlight! link typescriptBOMHistoryMethod Function
highlight! link typescriptBOMWindowMethod Function
highlight! link typescriptDOMEventMethod Function
highlight! link typescriptBOMLocationMethod Function
highlight! link typescriptDOMDocProp Function
highlight! link typescriptURLUtilsProp Function
highlight! link typescriptBOMWindowProp TypeItalic
highlight! link typescriptDOMEventTargetMethod Normal
highlight! link typescriptIdentifier ConstantGreen
highlight! link typescriptCall KeywordItalic