mirror of
https://github.com/vim-python/python-syntax.git
synced 2025-12-08 13:44:48 +08:00
@@ -59,7 +59,7 @@ endif
|
|||||||
"
|
"
|
||||||
|
|
||||||
syn keyword pythonInstanceVariable self
|
syn keyword pythonInstanceVariable self
|
||||||
syn keyword pythonClassVaraible cls
|
syn keyword pythonClassVariable cls
|
||||||
syn keyword pythonStatement break continue del
|
syn keyword pythonStatement break continue del
|
||||||
syn keyword pythonStatement exec return
|
syn keyword pythonStatement exec return
|
||||||
syn keyword pythonStatement pass yield
|
syn keyword pythonStatement pass yield
|
||||||
@@ -104,7 +104,7 @@ syn region FunctionParameters start='(\zs' end='\ze)' display contains=
|
|||||||
\ OptionalParameters,
|
\ OptionalParameters,
|
||||||
\ pythonRepeat,
|
\ pythonRepeat,
|
||||||
\ pythonInstanceVariable,
|
\ pythonInstanceVariable,
|
||||||
\ pythonClassVaraible,
|
\ pythonClassVariable,
|
||||||
\ pythonConditional,
|
\ pythonConditional,
|
||||||
\ pythonComment,
|
\ pythonComment,
|
||||||
\ pythonOperator,
|
\ pythonOperator,
|
||||||
@@ -519,7 +519,7 @@ if v:version >= 508 || !exists('did_python_syn_inits')
|
|||||||
|
|
||||||
HiLink pythonExClass Structure
|
HiLink pythonExClass Structure
|
||||||
HiLink pythonInstanceVariable htmlTagN
|
HiLink pythonInstanceVariable htmlTagN
|
||||||
HiLink pythonClassVaraible htmlTagN
|
HiLink pythonClassVariable htmlTagN
|
||||||
HiLink OptionalParameters htmlTagN
|
HiLink OptionalParameters htmlTagN
|
||||||
|
|
||||||
delcommand HiLink
|
delcommand HiLink
|
||||||
|
|||||||
Reference in New Issue
Block a user