summaryrefslogtreecommitdiff
path: root/lisp/textmodes/html-ts-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/textmodes/html-ts-mode.el')
-rw-r--r--lisp/textmodes/html-ts-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/html-ts-mode.el b/lisp/textmodes/html-ts-mode.el
index 58dcc7d8cad..4c1f410a7ef 100644
--- a/lisp/textmodes/html-ts-mode.el
+++ b/lisp/textmodes/html-ts-mode.el
@@ -42,7 +42,7 @@
(defvar html-ts-mode--indent-rules
`((html
- ((parent-is "fragment") point-min 0)
+ ((parent-is "fragment") column-0 0)
((node-is "/>") parent-bol 0)
((node-is ">") parent-bol 0)
((node-is "end_tag") parent-bol 0)