Automatically set vb format, closes #243

This commit is contained in:
Adam Stankiewicz 2017-11-19 21:51:33 +01:00
parent 1713d35f06
commit 30c87b73de
No known key found for this signature in database
GPG Key ID: A62480DCEAC884DF
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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