projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
affdf79
)
Change top-level anchor to point-min
author
Theodor Thornhill
<theo@thornhill.no>
Fri, 20 Jan 2023 21:59:51 +0000
(22:59 +0100)
committer
Theodor Thornhill
<theo@thornhill.no>
Fri, 20 Jan 2023 21:59:51 +0000
(22:59 +0100)
* lisp/textmodes/html-ts-mode.el (html-ts-mode--indent-rules): Anchor
to point-min.
lisp/textmodes/html-ts-mode.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/html-ts-mode.el
b/lisp/textmodes/html-ts-mode.el
index 3f88a087163b4bf856c220930c98ed54401f3238..7e4360747a3797ed66e993d0ba11fb909e5588b4 100644
(file)
--- 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") p
arent-bol
0)
+ ((parent-is "fragment") p
oint-min
0)
((node-is "/>") parent-bol 0)
((node-is ">") parent-bol 0)
((node-is "end_tag") parent-bol 0)