summaryrefslogtreecommitdiffstats
path: root/syntax/common.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/common.vim')
-rw-r--r--syntax/common.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/syntax/common.vim b/syntax/common.vim
index 11c71acf..0fca4de1 100644
--- a/syntax/common.vim
+++ b/syntax/common.vim
@@ -74,6 +74,7 @@ if exists("did_typescript_hilink")
HiLink typescriptStringMember String
HiLink typescriptTemplate String
HiLink typescriptEventString String
+ HiLink typescriptDestructureString String
HiLink typescriptASCII Special
HiLink typescriptTemplateSB Label
HiLink typescriptRegexpString String
@@ -87,6 +88,7 @@ if exists("did_typescript_hilink")
HiLink typescriptBranch Conditional
HiLink typescriptIdentifier Structure
HiLink typescriptVariable Identifier
+ HiLink typescriptDestructureVariable PreProc
HiLink typescriptEnumKeyword Identifier
HiLink typescriptRepeat Repeat
HiLink typescriptForOperator Repeat
@@ -100,6 +102,7 @@ if exists("did_typescript_hilink")
HiLink typescriptNumber Number
HiLink typescriptBoolean Boolean
HiLink typescriptObjectLabel typescriptLabel
+ HiLink typescriptDestructureLabel Function
HiLink typescriptLabel Label
HiLink typescriptTupleLable Label
HiLink typescriptStringProperty String