mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix: update parameter tag
This commit is contained in:
parent
f0aa011440
commit
d3d701cf2f
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
variable: (identifier) @local.definition.var)
|
||||
|
||||
(parameter
|
||||
parameter: (identifier) @local.definition.var)
|
||||
parameter: (identifier) @local.definition.parameter)
|
||||
|
||||
(import
|
||||
module: (identifier) @local.definition.import)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue