summaryrefslogtreecommitdiff
path: root/lisp/textmodes/html-ts-mode.el
AgeCommit message (Expand)Author
2026-02-22Fix broken `FOO-mode-indent-offset` conventionStefan 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-14New user option 'treesit-enabled-modes' (bug#79180)Juri Linkov
2025-06-20Use keyword :commit with full hashes for treesit-language-source-alist.Juri Linkov
2025-04-18Lock tree-sitter language grammars to verified versions.Juri Linkov
2025-04-09New 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.elPo Lu
2025-02-21New variable 'treesit-aggregated-outline-predicate' (bug#76398)Juri Linkov
2025-02-17Add mhtml-ts-mode.Vincenzo Pupillo
2025-02-15; Declare treesit.c functionsEli Zaretskii
2025-02-09Improve treesit settings for {json,html,toml,yaml}-ts-mode (bug#73404)Juri Linkov
2025-01-10Use the treesit thing 'list' with symbol property 'treesit-thing-symbol'Juri Linkov
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-30Add verified grammar version comment for tree-sitter modesYuan Fu
2024-12-19Add treesit thing 'sexp-list' to some ts-modes (bug#73404)Juri Linkov
2024-10-14Set treesit-primary-parser for tree-sitter modesYuan Fu
2024-03-09Add non-TS modes as extra parent of TS modes (bug#68246)Stefan Monnier
2024-02-12Tree-sitter support for outline-minor-mode (bug#68824)Juri Linkov
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-09-01Obsolete treesit-block/sexp/sentence/text-type-regexpYuan Fu
2023-04-11html-ts-mode--indent-rules: Use 'column-0' instead of 'point-min'Dmitry Gutov
2023-01-23Swap tag and element in html-ts-mode (bug#60972)Theodor Thornhill
2023-01-22Use element as a sentence in html-ts-modeTheodor Thornhill
2023-01-20Change top-level anchor to point-minTheodor Thornhill
2023-01-20Add html-ts-mode (bug#60972)Theodor Thornhill