mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 11:57:43 +03:00
Python handling highlighting parameters with defaults
This commit is contained in:
parent
abef250c58
commit
e680f9644d
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@
|
|||
|
||||
(parameters (identifier) @variable.parameter)
|
||||
(parameters (typed_parameter (identifier) @variable.parameter))
|
||||
(parameters (default_parameter name: (identifier) @variable.parameter))
|
||||
(parameters (typed_default_parameter name: (identifier) @variable.parameter))
|
||||
|
||||
; Types
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue