summaryrefslogtreecommitdiffstats
path: root/syntax/basic/cluster.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--syntax/basic/cluster.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/basic/cluster.vim b/syntax/basic/cluster.vim
index 07775a18..8538c517 100644
--- a/syntax/basic/cluster.vim
+++ b/syntax/basic/cluster.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'typescript') == -1
+
"Block VariableStatement EmptyStatement ExpressionStatement IfStatement IterationStatement ContinueStatement BreakStatement ReturnStatement WithStatement LabelledStatement SwitchStatement ThrowStatement TryStatement DebuggerStatement
syntax cluster typescriptStatement
\ contains=typescriptBlock,typescriptVariable,
@@ -37,4 +38,5 @@ syntax cluster typescriptValue
\ contains=@typescriptExpression,typescriptObjectLiteral
syntax cluster typescriptEventExpression contains=typescriptArrowFuncDef,typescriptParenExp,@typescriptValue,typescriptRegexpString,@typescriptEventTypes,typescriptOperator,typescriptGlobal,jsxRegion
+
endif