Add syntax support for Python (klen/python-mode)

This commit is contained in:
yelfathi 2015-09-30 09:19:25 +02:00
parent 6486e10a22
commit dbf64dddf1
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 =======================================================================