mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
fix(locals): fix local selectors query
Signed-off-by: Fymyte <pierguill@gmail.com>
This commit is contained in:
parent
234ec41653
commit
69aeed8495
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
(rule_set (id_selector)) @scope
|
(rule_set (selectors (id_selector))) @scope
|
||||||
|
|
||||||
(block (declaration (property_name) @definition.var))
|
(block (declaration (property_name) @definition.var))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue