diff options
Diffstat (limited to '')
-rw-r--r-- | syntax/yats/ecma-402.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/yats/ecma-402.vim b/syntax/yats/ecma-402.vim index cbfd62b8..2114485c 100644 --- a/syntax/yats/ecma-402.vim +++ b/syntax/yats/ecma-402.vim @@ -1,8 +1,10 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'typescript') == -1 + syntax keyword typescriptGlobal containedin=typescriptIdentifierName Intl syntax keyword typescriptIntlMethod contained Collator DateTimeFormat NumberFormat nextgroup=typescriptFuncCallArg syntax keyword typescriptIntlMethod contained PluralRules nextgroup=typescriptFuncCallArg syntax cluster props add=typescriptIntlMethod if exists("did_typescript_hilink") | HiLink typescriptIntlMethod Keyword endif + endif |