mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 20:30:05 -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
|
|
@ -48,7 +48,7 @@
|
||||||
"revision": "60ba73739c6083c693d86a1a7cf039c07eb4ed59"
|
"revision": "60ba73739c6083c693d86a1a7cf039c07eb4ed59"
|
||||||
},
|
},
|
||||||
"bp": {
|
"bp": {
|
||||||
"revision": "2326d709fb9cf73cf124fdbc803c267f851721a4"
|
"revision": "4e60cf3c2e613625c06f6f85540b3631e2d06cd3"
|
||||||
},
|
},
|
||||||
"c": {
|
"c": {
|
||||||
"revision": "deca017a554045b4c203e7ddff39ae64ff05e071"
|
"revision": "deca017a554045b4c203e7ddff39ae64ff05e071"
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,7 @@
|
||||||
[
|
[
|
||||||
(unset)
|
(unset)
|
||||||
(default)
|
(default)
|
||||||
|
(any)
|
||||||
] @variable.builtin
|
] @variable.builtin
|
||||||
|
|
||||||
(condition
|
(condition
|
||||||
|
|
|
||||||
|
|
@ -9,4 +9,7 @@
|
||||||
(assignment
|
(assignment
|
||||||
left: (identifier) @local.definition.var)
|
left: (identifier) @local.definition.var)
|
||||||
|
|
||||||
|
(pattern_binding
|
||||||
|
binding: (identifier) @local.definition.var)
|
||||||
|
|
||||||
(identifier) @local.reference
|
(identifier) @local.reference
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue