mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 12:20:02 -04:00
Upgrade to HEEx parser 0.3.0
This commit is contained in:
parent
c7d5ba7212
commit
9e90866bce
4 changed files with 51 additions and 22 deletions
11
queries/heex/locals.scm
Normal file
11
queries/heex/locals.scm
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
; HEEx tags and components are references
|
||||
[
|
||||
(tag_name)
|
||||
(component_name)
|
||||
] @reference
|
||||
|
||||
; Create a new scope within each HEEx tag or component
|
||||
[
|
||||
(tag)
|
||||
(component)
|
||||
] @scope
|
||||
Loading…
Add table
Add a link
Reference in a new issue