feat(bp): update parser and queries (#6843)

This commit is contained in:
Bruno BELANYI 2024-07-01 15:19:08 +01:00 committed by GitHub
parent 4ee5fdd666
commit 699766a0b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 1 deletions

View file

@ -48,7 +48,7 @@
"revision": "60ba73739c6083c693d86a1a7cf039c07eb4ed59" "revision": "60ba73739c6083c693d86a1a7cf039c07eb4ed59"
}, },
"bp": { "bp": {
"revision": "2326d709fb9cf73cf124fdbc803c267f851721a4" "revision": "4e60cf3c2e613625c06f6f85540b3631e2d06cd3"
}, },
"c": { "c": {
"revision": "deca017a554045b4c203e7ddff39ae64ff05e071" "revision": "deca017a554045b4c203e7ddff39ae64ff05e071"

View file

@ -42,6 +42,7 @@
[ [
(unset) (unset)
(default) (default)
(any)
] @variable.builtin ] @variable.builtin
(condition (condition

View file

@ -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