diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-06 13:22:17 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-06 13:22:17 +0200 |
commit | 1e533e5982a9c80f262b09fbe94e1ac4555ad915 (patch) | |
tree | ed573a3e399a95c2c3baeb6a1371d4753357cecc /syntax/common.vim | |
parent | 56121b4e27cb48efb17be55a969b2f0d725266f8 (diff) | |
download | vim-polyglot-1e533e5982a9c80f262b09fbe94e1ac4555ad915.tar.gz vim-polyglot-1e533e5982a9c80f262b09fbe94e1ac4555ad915.zip |
Update
Diffstat (limited to 'syntax/common.vim')
-rw-r--r-- | syntax/common.vim | 3 |
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 |