mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 19:30:02 -04:00
feat(bp): update parser and queries (#6843)
This commit is contained in:
parent
4ee5fdd666
commit
699766a0b9
3 changed files with 5 additions and 1 deletions
|
|
@ -42,6 +42,7 @@
|
|||
[
|
||||
(unset)
|
||||
(default)
|
||||
(any)
|
||||
] @variable.builtin
|
||||
|
||||
(condition
|
||||
|
|
|
|||
|
|
@ -9,4 +9,7 @@
|
|||
(assignment
|
||||
left: (identifier) @local.definition.var)
|
||||
|
||||
(pattern_binding
|
||||
binding: (identifier) @local.definition.var)
|
||||
|
||||
(identifier) @local.reference
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue