Remove jasmine syntax, fixes #464

This commit is contained in:
Adam Stankiewicz
2020-03-02 00:43:28 +01:00
parent 6b540d7db0
commit aee260a301
5 changed files with 3 additions and 100 deletions

View File

@@ -660,13 +660,6 @@ autocmd BufNewFile,BufRead,StdinReadPost *
augroup end
endif
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'jasmine') == -1
augroup filetypedetect
" jasmine, from jasmine.vim in glanotte/vim-jasmine
autocmd BufNewFile,BufRead *Spec.js,*_spec.js set filetype=jasmine.javascript syntax=jasmine
augroup end
endif
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'javascript') == -1
augroup filetypedetect
" javascript, from flow.vim in pangloss/vim-javascript:_JAVASCRIPT