index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
textmodes
/
html-ts-mode.el
Age
Commit message (
Expand
)
Author
2026-02-22
Fix broken `FOO-mode-indent-offset` convention
Stefan Monnier
2026-01-13
* lisp/textmodes/html-ts-mode.el: Special handling of 'show-paren-mode'.
Juri Linkov
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-08-14
New user option 'treesit-enabled-modes' (bug#79180)
Juri Linkov
2025-06-20
Use keyword :commit with full hashes for treesit-language-source-alist.
Juri Linkov
2025-04-18
Lock tree-sitter language grammars to verified versions.
Juri Linkov
2025-04-09
New command 'treesit-toggle-sexp-mode' (bug#76676).
Juri Linkov
2025-04-04
; Fix last change (bug#77017)
Vincenzo Pupillo
2025-03-10
; Fix compiler warning in html-ts-mode.el
Po Lu
2025-02-21
New variable 'treesit-aggregated-outline-predicate' (bug#76398)
Juri Linkov
2025-02-17
Add mhtml-ts-mode.
Vincenzo Pupillo
2025-02-15
; Declare treesit.c functions
Eli Zaretskii
2025-02-09
Improve treesit settings for {json,html,toml,yaml}-ts-mode (bug#73404)
Juri Linkov
2025-01-10
Use the treesit thing 'list' with symbol property 'treesit-thing-symbol'
Juri Linkov
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-12-30
Add verified grammar version comment for tree-sitter modes
Yuan Fu
2024-12-19
Add treesit thing 'sexp-list' to some ts-modes (bug#73404)
Juri Linkov
2024-10-14
Set treesit-primary-parser for tree-sitter modes
Yuan Fu
2024-03-09
Add non-TS modes as extra parent of TS modes (bug#68246)
Stefan Monnier
2024-02-12
Tree-sitter support for outline-minor-mode (bug#68824)
Juri Linkov
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-09-01
Obsolete treesit-block/sexp/sentence/text-type-regexp
Yuan Fu
2023-04-11
html-ts-mode--indent-rules: Use 'column-0' instead of 'point-min'
Dmitry Gutov
2023-01-23
Swap tag and element in html-ts-mode (bug#60972)
Theodor Thornhill
2023-01-22
Use element as a sentence in html-ts-mode
Theodor Thornhill
2023-01-20
Change top-level anchor to point-min
Theodor Thornhill
2023-01-20
Add html-ts-mode (bug#60972)
Theodor Thornhill