diff options
Diffstat (limited to 'ftdetect')
| -rw-r--r-- | ftdetect/polyglot.vim | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index 0aca9672..56e1d6a6 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -10,6 +10,10 @@ endif  let g:filetype_euphoria = 'elixir'  augroup filetypedetect +" vim:vim/vim::/runtime/ +augroup END + +augroup filetypedetect  " apiblueprint:sheerun/apiblueprint.vim  autocmd BufReadPost,BufNewFile *.apib set filetype=apiblueprint  autocmd FileType apiblueprint set syntax=apiblueprint @@ -151,10 +155,6 @@ endif  augroup END  augroup filetypedetect -" css:JulesWang/css.vim -augroup END - -augroup filetypedetect  " cucumber:tpope/vim-cucumber  " Cucumber  autocmd BufNewFile,BufReadPost *.feature,*.story set filetype=cucumber  | 
