aboutsummaryrefslogtreecommitdiffstats
path: root/queries/heex/indents.scm
diff options
context:
space:
mode:
Diffstat (limited to 'queries/heex/indents.scm')
-rw-r--r--queries/heex/indents.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/queries/heex/indents.scm b/queries/heex/indents.scm
index 99fc693dc..82a2f8912 100644
--- a/queries/heex/indents.scm
+++ b/queries/heex/indents.scm
@@ -3,18 +3,18 @@
(component)
(slot)
(tag)
-] @indent
+] @indent.begin
; Dedent at the end of each tag, component, and slot
[
(end_component)
(end_slot)
(end_tag)
-] @branch @dedent
+] @indent.branch @indent.dedent
; Self-closing tags and components should not change
; indentation level of sibling nodes
[
(self_closing_component)
(self_closing_tag)
-] @auto
+] @indent.auto