class variable hightlight

This commit is contained in:
Michael Doronin
2016-08-15 11:07:34 +03:00
parent 8d58bf46f6
commit b8ee3f0444

View File

@@ -192,6 +192,7 @@ syn region FunctionParameters start='(' end=')' display contains=
\ OptionalParameters,
\ pythonRepeat,
\ pythonInstanceVariable,
\ pythonClassVaraible,
\ pythonConditional,
\ pythonComment,
\ pythonOperator,
@@ -590,6 +591,7 @@ if version >= 508 || !exists("did_python_syn_inits")
HiLink pythonExClass Structure
HiLink pythonInstanceVariable htmlTagN
HiLink pythonClassVaraible htmlTagN
HiLink OptionalParameters htmlTagN
delcommand HiLink