Skip to content

Commit

Permalink
Python highlight keyword argument as parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Scott authored and archseer committed May 20, 2022
1 parent e680f96 commit 2a20301
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/queries/python/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2a20301

Please sign in to comment.