Quellcode durchsuchen

Changed highlight group of pythonCoding and pythonRun to SpecialComment

Peter Adrichem vor 11 Jahren
Ursprung
Commit
d84ef5b932
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      syntax/python.vim

+ 2
- 2
syntax/python.vim Datei anzeigen

493
 
493
 
494
   HiLink pythonComment          Comment
494
   HiLink pythonComment          Comment
495
   if !s:Enabled("g:python_highlight_file_headers_as_comments")
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
   endif
498
   endif
499
   HiLink pythonTodo             Todo
499
   HiLink pythonTodo             Todo
500
 
500