Change python syntax providers, closes #209

This commit is contained in:
Adam Stankiewicz
2017-12-30 11:55:40 +01:00
parent 1541356fe1
commit 17ad302c54
7 changed files with 1256 additions and 436 deletions

View File

@@ -13,3 +13,5 @@ let g:filetype_euphoria = 'elixir'
augroup filetypedetect
autocmd BufNewFile,BufReadPost *.vb setlocal filetype=vbnet
augroup END
let g:python_highlight_all = 1