Merge remote-tracking branch 'origin/master' into feature/android

This commit is contained in:
Po Lu 2023-04-11 07:57:31 +08:00
commit 933b5b51ab
9 changed files with 111 additions and 77 deletions

View file

@ -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)