|
@@ -68,8 +68,8 @@
|
68
|
68
|
"
|
69
|
69
|
" python_highlight_builtins Highlight builtin functions and
|
70
|
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
|
73
|
" python_highlight_exceptions Highlight standard exceptions
|
74
|
74
|
" python_highlight_string_formatting Highlight % string formatting
|
75
|
75
|
" python_highlight_string_format Highlight str.format syntax
|
|
@@ -509,8 +509,8 @@ if version >= 508 || !exists("did_python_syn_inits")
|
509
|
509
|
|
510
|
510
|
HiLink pythonComment Comment
|
511
|
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
|
514
|
endif
|
515
|
515
|
HiLink pythonTodo Todo
|
516
|
516
|
|