Skip to content

Commit 22ea943

Browse files
author
fishsouprecipe
committed
Added 'mcs' next to 'self' and 'cls'
1 parent c1c5baf commit 22ea943

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

syntax/python.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ syn keyword pythonStatement break continue del return pass yield global asse
7676
syn keyword pythonStatement raise nextgroup=pythonExClass skipwhite
7777
syn keyword pythonStatement def class nextgroup=pythonFunction skipwhite
7878
if s:Enabled('g:python_highlight_class_vars')
79-
syn keyword pythonClassVar self cls
79+
syn keyword pythonClassVar self cls mcs
8080
endif
8181
syn keyword pythonRepeat for while
8282
syn keyword pythonConditional if elif else

0 commit comments

Comments
 (0)