summaryrefslogtreecommitdiffstats
path: root/syntax/basic/reserved.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/basic/reserved.vim')
-rw-r--r--syntax/basic/reserved.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/basic/reserved.vim b/syntax/basic/reserved.vim
index b5940510..14ea7565 100644
--- a/syntax/basic/reserved.vim
+++ b/syntax/basic/reserved.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'typescript') == -1
+
syntax cluster typescriptStrings contains=typescriptProp,typescriptString,typescriptTemplate,@typescriptComments,typescriptDocComment,typescriptRegexpString,typescriptPropertyName
syntax cluster typescriptNoReserved contains=
@@ -30,4 +31,5 @@ syntax keyword typescriptReserved containedin=ALLBUT,@typescriptNoReserved volat
syntax keyword typescriptReserved containedin=ALLBUT,@typescriptNoReserved class
syntax keyword typescriptReserved containedin=ALLBUT,@typescriptNoReserved var
syntax keyword typescriptReserved containedin=ALLBUT,@typescriptNoReserved function
+
endif