fix: define indents.scm for html_tags and inherits html and vue from this file

This commit is contained in:
Cyril Mizzi 2021-11-10 18:25:19 +01:00 committed by Santos Gallegos
parent ce866ecc2f
commit 8d6c2b0044
3 changed files with 13 additions and 23 deletions

View file

@ -1,11 +1 @@
[
(element)
] @indent
[
(end_tag)
">"
"/>"
] @branch
(comment) @ignore
; inherits: html_tags

View file

@ -0,0 +1,11 @@
[
(element)
] @indent
[
(end_tag)
">"
"/>"
] @branch
(comment) @ignore

View file

@ -1,12 +1 @@
[
(element)
(template_element)
] @indent
[
(end_tag)
">"
"/>"
] @branch
(comment) @ignore
; inherits: html_tags