mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-12 13:33:49 -05:00
Switch typescript provider, closes #428
This commit is contained in:
11
syntax/yats/web-console.vim
Normal file
11
syntax/yats/web-console.vim
Normal file
@@ -0,0 +1,11 @@
|
||||
if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'typescript') != -1
|
||||
finish
|
||||
endif
|
||||
|
||||
syntax keyword typescriptGlobal containedin=typescriptIdentifierName console
|
||||
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
|
||||
Reference in New Issue
Block a user