mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-10 20:43:52 -05:00
Automatically set vb format, closes #243
This commit is contained in:
@@ -9,3 +9,7 @@ if !exists('g:vim_json_syntax_conceal')
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
let g:filetype_euphoria = 'elixir'
|
let g:filetype_euphoria = 'elixir'
|
||||||
|
|
||||||
|
augroup filetypedetect
|
||||||
|
autocmd BufNewFile,BufReadPost *.vb setlocal filetype=vbnet
|
||||||
|
augroup END
|
||||||
|
|||||||
@@ -9,6 +9,10 @@ if !exists('g:vim_json_syntax_conceal')
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
let g:filetype_euphoria = 'elixir'
|
let g:filetype_euphoria = 'elixir'
|
||||||
|
|
||||||
|
augroup filetypedetect
|
||||||
|
autocmd BufNewFile,BufReadPost *.vb setlocal filetype=vbnet
|
||||||
|
augroup END
|
||||||
augroup filetypedetect
|
augroup filetypedetect
|
||||||
" apiblueprint:sheerun/apiblueprint.vim
|
" apiblueprint:sheerun/apiblueprint.vim
|
||||||
autocmd BufReadPost,BufNewFile *.apib set filetype=apiblueprint
|
autocmd BufReadPost,BufNewFile *.apib set filetype=apiblueprint
|
||||||
|
|||||||
Reference in New Issue
Block a user