mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-13 05:53:50 -05:00
Add cuesheet support, closes #366
This commit is contained in:
@@ -242,6 +242,13 @@ autocmd BufNewFile,BufReadPost *.feature,*.story set filetype=cucumber
|
||||
augroup end
|
||||
endif
|
||||
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'cue') == -1
|
||||
augroup filetypedetect
|
||||
" cue, from cuesheet.vim in mgrabovsky/vim-cuesheet
|
||||
autocmd BufRead,BufNewFile *.cue set filetype=cuesheet
|
||||
augroup end
|
||||
endif
|
||||
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'dart') == -1
|
||||
augroup filetypedetect
|
||||
" dart, from dart.vim in dart-lang/dart-vim-plugin
|
||||
|
||||
Reference in New Issue
Block a user