mirror of
https://github.com/vim-python/python-syntax.git
synced 2025-12-07 21:24:52 +08:00
class variable hightlight
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user