Change top-level anchor to point-min

* lisp/textmodes/html-ts-mode.el (html-ts-mode--indent-rules): Anchor
to point-min.
This commit is contained in:
Theodor Thornhill 2023-01-20 22:59:51 +01:00
parent affdf79011
commit ca8f5f71f4

View file

@ -42,7 +42,7 @@
(defvar html-ts-mode--indent-rules
`((html
((parent-is "fragment") parent-bol 0)
((parent-is "fragment") point-min 0)
((node-is "/>") parent-bol 0)
((node-is ">") parent-bol 0)
((node-is "end_tag") parent-bol 0)