mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
Compare commits
3 Commits
2497611829
...
519c977d32
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
519c977d32 | ||
|
|
f5393cfee0 | ||
|
|
92fcddd152 |
@@ -2,7 +2,7 @@ This is my top-starred repository on Github, so I've decided to put this ad here
|
|||||||
|
|
||||||
If you work for big corp and seek consulting, please visit following repository: https://github.com/sheerun/consultation
|
If you work for big corp and seek consulting, please visit following repository: https://github.com/sheerun/consultation
|
||||||
|
|
||||||

|
||||||
|
|
||||||
A collection of language packs for Vim.
|
A collection of language packs for Vim.
|
||||||
|
|
||||||
|
|||||||
@@ -85,6 +85,8 @@ if s:Enabled('g:python_highlight_class_vars')
|
|||||||
endif
|
endif
|
||||||
syn keyword pythonRepeat for while
|
syn keyword pythonRepeat for while
|
||||||
syn keyword pythonConditional if elif else
|
syn keyword pythonConditional if elif else
|
||||||
|
syn match pythonConditional "^\s*\zscase\%(\s\+.*:.*$\)\@="
|
||||||
|
syn match pythonConditional "^\s*\zsmatch\%(\s\+.*:\s*\%(#.*\)\=$\)\@="
|
||||||
syn keyword pythonException try except finally
|
syn keyword pythonException try except finally
|
||||||
" The standard pyrex.vim unconditionally removes the pythonInclude group, so
|
" The standard pyrex.vim unconditionally removes the pythonInclude group, so
|
||||||
" we provide a dummy group here to avoid crashing pyrex.vim.
|
" we provide a dummy group here to avoid crashing pyrex.vim.
|
||||||
|
|||||||
Reference in New Issue
Block a user