mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
Python highlight keyword argument as parameter
This commit is contained in:
parent
e680f9644d
commit
2a2030142f
@ -44,6 +44,7 @@
|
||||
(parameters (typed_parameter (identifier) @variable.parameter))
|
||||
(parameters (default_parameter name: (identifier) @variable.parameter))
|
||||
(parameters (typed_default_parameter name: (identifier) @variable.parameter))
|
||||
(keyword_argument name: (identifier) @variable.parameter)
|
||||
|
||||
; Types
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user