|
@@ -203,6 +203,7 @@ syn match pythonDot "\." display containedin=pythonDottedName
|
203
|
203
|
"
|
204
|
204
|
|
205
|
205
|
syn match pythonComment "#.*$" display contains=pythonTodo,@Spell
|
|
206
|
+syn match pythonComment "# pylint:.*$" display contains=pythonTodo,@NoSpell " Don't spell pylint's comments
|
206
|
207
|
if !s:Enabled("g:python_highlight_file_headers_as_comments")
|
207
|
208
|
syn match pythonRun "\%^#!.*$"
|
208
|
209
|
syn match pythonCoding "\%^.*\%(\n.*\)\?#.*coding[:=]\s*[0-9A-Za-z-_.]\+.*$"
|