|
|
|
|
68
|
"
|
68
|
"
|
69
|
" python_highlight_builtins Highlight builtin functions and
|
69
|
" python_highlight_builtins Highlight builtin functions and
|
70
|
" objects
|
70
|
" objects
|
71
|
-" python_highlight_builtin_objs Highlight builtin objects only
|
|
|
72
|
-" python_highlight_builtin_funcs Highlight builtin functions only
|
|
|
|
|
71
|
+" python_highlight_builtin_objs Highlight builtin objects only
|
|
|
72
|
+" python_highlight_builtin_funcs Highlight builtin functions only
|
73
|
" python_highlight_exceptions Highlight standard exceptions
|
73
|
" python_highlight_exceptions Highlight standard exceptions
|
74
|
" python_highlight_string_formatting Highlight % string formatting
|
74
|
" python_highlight_string_formatting Highlight % string formatting
|
75
|
" python_highlight_string_format Highlight str.format syntax
|
75
|
" python_highlight_string_format Highlight str.format syntax
|
|
|
|
|
509
|
|
509
|
|
510
|
HiLink pythonComment Comment
|
510
|
HiLink pythonComment Comment
|
511
|
if !s:Enabled("g:python_highlight_file_headers_as_comments")
|
511
|
if !s:Enabled("g:python_highlight_file_headers_as_comments")
|
512
|
- HiLink pythonCoding Special
|
|
|
513
|
- HiLink pythonRun Special
|
|
|
|
|
512
|
+ HiLink pythonCoding SpecialComment
|
|
|
513
|
+ HiLink pythonRun SpecialComment
|
514
|
endif
|
514
|
endif
|
515
|
HiLink pythonTodo Todo
|
515
|
HiLink pythonTodo Todo
|
516
|
|
516
|
|