mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-09 20:13:51 -05:00
Change python syntax providers, closes #209
This commit is contained in:
@@ -13,6 +13,8 @@ let g:filetype_euphoria = 'elixir'
|
||||
augroup filetypedetect
|
||||
autocmd BufNewFile,BufReadPost *.vb setlocal filetype=vbnet
|
||||
augroup END
|
||||
|
||||
let g:python_highlight_all = 1
|
||||
augroup filetypedetect
|
||||
" apiblueprint:sheerun/apiblueprint.vim
|
||||
autocmd BufReadPost,BufNewFile *.apib set filetype=apiblueprint
|
||||
@@ -780,7 +782,7 @@ au FileType purescript let &l:commentstring='{--%s--}'
|
||||
augroup END
|
||||
|
||||
augroup filetypedetect
|
||||
" python:mitsuhiko/vim-python-combined
|
||||
" python:vim-python/python-syntax
|
||||
augroup END
|
||||
|
||||
augroup filetypedetect
|
||||
@@ -793,6 +795,10 @@ augroup filetypedetect
|
||||
autocmd FileType python compiler python
|
||||
augroup END
|
||||
|
||||
augroup filetypedetect
|
||||
" python-ident:Vimjas/vim-python-pep8-indent
|
||||
augroup END
|
||||
|
||||
augroup filetypedetect
|
||||
" qml:peterhoeg/vim-qml
|
||||
autocmd BufRead,BufNewFile *.qml setfiletype qml
|
||||
|
||||
Reference in New Issue
Block a user