File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959"
6060
6161syn keyword pythonInstanceVariable self
62- syn keyword pythonClassVaraible cls
62+ syn keyword pythonClassVariable cls
6363syn keyword pythonStatement break continue del
6464syn keyword pythonStatement exec return
6565syn keyword pythonStatement pass yield
@@ -104,7 +104,7 @@ syn region FunctionParameters start='(\zs' end='\ze)' display contains=
104104 \ OptionalParameters,
105105 \ pythonRepeat,
106106 \ pythonInstanceVariable,
107- \ pythonClassVaraible ,
107+ \ pythonClassVariable ,
108108 \ pythonConditional,
109109 \ pythonComment,
110110 \ pythonOperator,
@@ -519,7 +519,7 @@ if v:version >= 508 || !exists('did_python_syn_inits')
519519
520520 HiLink pythonExClass Structure
521521 HiLink pythonInstanceVariable htmlTagN
522- HiLink pythonClassVaraible htmlTagN
522+ HiLink pythonClassVariable htmlTagN
523523 HiLink OptionalParameters htmlTagN
524524
525525 delcommand HiLink
You can’t perform that action at this time.
0 commit comments