From 17ad302c54063be1871c7f82d75b77e7c595e10c Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sat, 30 Dec 2017 11:55:40 +0100 Subject: Change python syntax providers, closes #209 --- ftdetect/polyglot.vim | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ftdetect') diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index 4ae4ec4e..e5d4cc20 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -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 -- cgit v1.2.3