mirror of
https://github.com/vim-python/python-syntax.git
synced 2025-12-08 13:44:48 +08:00
class variable hightlight
This commit is contained in:
@@ -192,6 +192,7 @@ syn region FunctionParameters start='(' end=')' display contains=
|
|||||||
\ OptionalParameters,
|
\ OptionalParameters,
|
||||||
\ pythonRepeat,
|
\ pythonRepeat,
|
||||||
\ pythonInstanceVariable,
|
\ pythonInstanceVariable,
|
||||||
|
\ pythonClassVaraible,
|
||||||
\ pythonConditional,
|
\ pythonConditional,
|
||||||
\ pythonComment,
|
\ pythonComment,
|
||||||
\ pythonOperator,
|
\ pythonOperator,
|
||||||
@@ -590,6 +591,7 @@ if version >= 508 || !exists("did_python_syn_inits")
|
|||||||
|
|
||||||
HiLink pythonExClass Structure
|
HiLink pythonExClass Structure
|
||||||
HiLink pythonInstanceVariable htmlTagN
|
HiLink pythonInstanceVariable htmlTagN
|
||||||
|
HiLink pythonClassVaraible htmlTagN
|
||||||
HiLink OptionalParameters htmlTagN
|
HiLink OptionalParameters htmlTagN
|
||||||
|
|
||||||
delcommand HiLink
|
delcommand HiLink
|
||||||
|
|||||||
Reference in New Issue
Block a user