|
|
|
|
187
|
"
|
187
|
"
|
188
|
|
188
|
|
189
|
syn match pythonComment "#.*$" display contains=pythonTodo,@Spell
|
189
|
syn match pythonComment "#.*$" display contains=pythonTodo,@Spell
|
|
|
190
|
+syn match pythonComment "# pylint:.*$" display contains=pythonTodo,@NoSpell " Don't spell pylint's comments
|
190
|
if !s:Enabled("g:python_highlight_file_headers_as_comments")
|
191
|
if !s:Enabled("g:python_highlight_file_headers_as_comments")
|
191
|
syn match pythonRun "\%^#!.*$"
|
192
|
syn match pythonRun "\%^#!.*$"
|
192
|
syn match pythonCoding "\%^.*\%(\n.*\)\?#.*coding[:=]\s*[0-9A-Za-z-_.]\+.*$"
|
193
|
syn match pythonCoding "\%^.*\%(\n.*\)\?#.*coding[:=]\s*[0-9A-Za-z-_.]\+.*$"
|