mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-13 22:13:50 -05:00
Switch typescript provider, closes #428
This commit is contained in:
11
syntax/yats/test.vim
Normal file
11
syntax/yats/test.vim
Normal file
@@ -0,0 +1,11 @@
|
||||
if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'typescript') != -1
|
||||
finish
|
||||
endif
|
||||
|
||||
syntax keyword typescriptTestGlobal containedin=typescriptIdentifierName describe
|
||||
syntax keyword typescriptTestGlobal containedin=typescriptIdentifierName it test before
|
||||
syntax keyword typescriptTestGlobal containedin=typescriptIdentifierName after beforeEach
|
||||
syntax keyword typescriptTestGlobal containedin=typescriptIdentifierName afterEach
|
||||
syntax keyword typescriptTestGlobal containedin=typescriptIdentifierName beforeAll
|
||||
syntax keyword typescriptTestGlobal containedin=typescriptIdentifierName afterAll
|
||||
syntax keyword typescriptTestGlobal containedin=typescriptIdentifierName expect assert
|
||||
Reference in New Issue
Block a user