mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
fix(highlights): fix ts parameter highlights
This commit is contained in:
parent
1a42056e09
commit
881eff1c60
1 changed files with 2 additions and 2 deletions
|
|
@ -23,5 +23,5 @@
|
||||||
|
|
||||||
; Variables
|
; Variables
|
||||||
|
|
||||||
(required_parameter (identifier) @variable.parameter)
|
(required_parameter (identifier) @parameter)
|
||||||
(optional_parameter (identifier) @variable.parameter)
|
(optional_parameter (identifier) @parameter)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue