mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-19 17:03:40 -05:00
Run scripts/build with changes
This commit is contained in:
@@ -5,13 +5,10 @@ endif
|
||||
syntax keyword typescriptGlobal containedin=typescriptIdentifierName RegExp nextgroup=typescriptGlobalRegExpDot,typescriptFuncCallArg
|
||||
syntax match typescriptGlobalRegExpDot /\./ contained nextgroup=typescriptRegExpStaticProp,typescriptProp
|
||||
syntax keyword typescriptRegExpStaticProp contained lastIndex
|
||||
if exists("did_typescript_hilink") | HiLink typescriptRegExpStaticProp Keyword
|
||||
endif
|
||||
hi def link typescriptRegExpStaticProp Keyword
|
||||
syntax keyword typescriptRegExpProp contained dotAll global ignoreCase multiline source sticky
|
||||
syntax cluster props add=typescriptRegExpProp
|
||||
if exists("did_typescript_hilink") | HiLink typescriptRegExpProp Keyword
|
||||
endif
|
||||
hi def link typescriptRegExpProp Keyword
|
||||
syntax keyword typescriptRegExpMethod contained exec test nextgroup=typescriptFuncCallArg
|
||||
syntax cluster props add=typescriptRegExpMethod
|
||||
if exists("did_typescript_hilink") | HiLink typescriptRegExpMethod Keyword
|
||||
endif
|
||||
hi def link typescriptRegExpMethod Keyword
|
||||
|
||||
Reference in New Issue
Block a user