nvim-treesitter/queries/heex/locals.scm
2022-01-24 08:29:42 +01:00

11 lines
178 B
Scheme

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