Upgrade to HEEx parser 0.3.0

This commit is contained in:
Clay 2022-01-23 18:09:29 -08:00 committed by Christian Clason
parent c7d5ba7212
commit 9e90866bce
4 changed files with 51 additions and 22 deletions

11
queries/heex/locals.scm Normal file
View 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