nvim-treesitter/queries/heex/locals.scm

12 lines
178 B
Scheme
Raw Normal View History

2022-01-23 18:09:29 -08:00
; HEEx tags and components are references
[
(tag_name)
(component_name)
] @reference
; Create a new scope within each HEEx tag or component
[
(tag)
(component)
] @scope