This commit is contained in:
Adam Stankiewicz
2020-11-02 18:19:06 +01:00
parent 05e21a9e25
commit 0738ad654d
10 changed files with 430 additions and 105 deletions

View File

@@ -4,7 +4,7 @@ endif
syntax region typescriptObjectLiteral matchgroup=typescriptBraces
\ start=/{/ end=/}/
\ contains=@typescriptComments,typescriptObjectLabel,typescriptStringProperty,typescriptComputedPropertyName,typescriptObjectAsyncKeyword
\ contains=@typescriptComments,typescriptObjectLabel,typescriptStringProperty,typescriptComputedPropertyName,typescriptObjectAsyncKeyword,typescriptTernary
\ fold contained
syntax keyword typescriptObjectAsyncKeyword async contained