nvim-treesitter/queries/heex/locals.scm
2022-01-31 09:19:01 +01:00

13 lines
217 B
Scheme

; HEEx tags, components, and slots are references
[
(component_name)
(slot_name)
(tag_name)
] @reference
; Create a new scope within each HEEx tag, component, and slot
[
(component)
(slot)
(tag)
] @scope