mirror of
https://github.com/whatyouhide/vim-gotham.git
synced 2026-09-10 07:26:17 -04:00
Merge pull request #21 from yelfathi/master
Add syntax support for Python (klen/python-mode)
This commit is contained in:
commit
3c5c6130b8
|
|
@ -211,6 +211,9 @@ call s:Col('htmlArg', 'blue')
|
|||
call s:Col('htmlItalic', 'magenta')
|
||||
call s:Col('htmlBold', 'cyan', '')
|
||||
|
||||
" Python
|
||||
call s:Col('pythonStatement', 'blue')
|
||||
|
||||
|
||||
" Plugin =======================================================================
|
||||
|
||||
|
|
|
|||
|
|
@ -211,6 +211,9 @@ call s:Col('htmlArg', 'blue')
|
|||
call s:Col('htmlItalic', 'magenta')
|
||||
call s:Col('htmlBold', 'cyan', '')
|
||||
|
||||
" Python
|
||||
call s:Col('pythonStatement', 'blue')
|
||||
|
||||
|
||||
" Plugin =======================================================================
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue