We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69760cb commit 7bb4263Copy full SHA for 7bb4263
syntax/python.vim
@@ -477,6 +477,10 @@ if s:Enabled("g:python_highlight_exceptions")
477
syn keyword pythonExClass ImportWarning UnicodeWarning
478
endif
479
480
+syn keyword pythonConvention self
481
+syn keyword pythonConvention cls
482
+
483
484
if s:Enabled("g:python_slow_sync")
485
syn sync minlines=2000
486
else
@@ -562,6 +566,8 @@ if version >= 508 || !exists("did_python_syn_inits")
562
566
563
567
HiLink pythonExClass Structure
564
568
569
+ HiLink pythonConvention Define
570
565
571
delcommand HiLink
572
573
0 commit comments