summaryrefslogblamecommitdiffstats
path: root/syntax/yats/ecma-402.vim
blob: fca87fdf908544db21120b09c4a38b43d56c217c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                              

        
 





                                                                                                                  
if !polyglot#util#IsEnabled('typescript', expand('<sfile>:p'))
  finish
endif

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