Skip to content

Commit

Permalink
Automatically set vb format, closes #243
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerun committed Nov 19, 2017
1 parent 1713d35 commit 30c87b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 4 additions & 0 deletions ftdetect/polyglot.vim
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ if !exists('g:vim_json_syntax_conceal')
endif

let g:filetype_euphoria = 'elixir'

augroup filetypedetect
autocmd BufNewFile,BufReadPost *.vb setlocal filetype=vbnet
augroup END
augroup filetypedetect
" apiblueprint:sheerun/apiblueprint.vim
autocmd BufReadPost,BufNewFile *.apib set filetype=apiblueprint
Expand Down

0 comments on commit 30c87b7

Please sign in to comment.