diff options
Diffstat (limited to 'config.vim')
-rw-r--r-- | config.vim | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -9,3 +9,7 @@ if !exists('g:vim_json_syntax_conceal') endif let g:filetype_euphoria = 'elixir' + +augroup filetypedetect + autocmd BufNewFile,BufReadPost *.vb setlocal filetype=vbnet +augroup END |