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:
parent
affdf79011
commit
ca8f5f71f4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue