Преглед на файлове

Changed highlight group of pythonCoding and pythonRun to SpecialComment

Peter Adrichem преди 10 години
родител
ревизия
d84ef5b932
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2
    2
      syntax/python.vim

+ 2
- 2
syntax/python.vim Целия файл

@@ -493,8 +493,8 @@ if version >= 508 || !exists("did_python_syn_inits")
493 493
 
494 494
   HiLink pythonComment          Comment
495 495
   if !s:Enabled("g:python_highlight_file_headers_as_comments")
496
-    HiLink pythonCoding           Special
497
-    HiLink pythonRun              Special
496
+    HiLink pythonCoding           SpecialComment
497
+    HiLink pythonRun              SpecialComment
498 498
   endif
499 499
   HiLink pythonTodo             Todo
500 500