Merge pull request #21 from yelfathi/master

Add syntax support for Python (klen/python-mode)
This commit is contained in:
Andrea Leopardi 2015-09-30 10:21:21 -05:00
commit 3c5c6130b8
2 changed files with 6 additions and 0 deletions

View file

@ -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 =======================================================================

View file

@ -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 =======================================================================