mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-20 09:23:41 -05:00
Run scripts/build with changes
This commit is contained in:
@@ -2,10 +2,10 @@ if polyglot#init#is_disabled(expand('<sfile>:p'), 'typescript', 'syntax/yats/web
|
||||
finish
|
||||
endif
|
||||
|
||||
syntax keyword typescriptGlobal containedin=typescriptIdentifierName console
|
||||
syntax keyword typescriptGlobal containedin=typescriptIdentifierName console nextgroup=typescriptGlobalConsoleDot
|
||||
syntax match typescriptGlobalConsoleDot /\./ contained nextgroup=typescriptConsoleMethod,typescriptProp
|
||||
syntax keyword typescriptConsoleMethod contained count dir error group groupCollapsed nextgroup=typescriptFuncCallArg
|
||||
syntax keyword typescriptConsoleMethod contained groupEnd info log time timeEnd trace nextgroup=typescriptFuncCallArg
|
||||
syntax keyword typescriptConsoleMethod contained warn nextgroup=typescriptFuncCallArg
|
||||
syntax cluster props add=typescriptConsoleMethod
|
||||
if exists("did_typescript_hilink") | HiLink typescriptConsoleMethod Keyword
|
||||
endif
|
||||
hi def link typescriptConsoleMethod Keyword
|
||||
|
||||
Reference in New Issue
Block a user