aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/mhtml-ts-mode.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix broken `FOO-mode-indent-offset` conventionStefan Monnier2026-02-221-10/+12
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* Remove the cached values in tree-sitter modes (bug#79363)Yuan Fu2025-11-281-48/+32
* Check if treesit-major-mode-remap-alist is bound in ts-modes autoload formsJuri Linkov2025-10-161-2/+1
* Fix font lock and cache indent rules in mhtml-ts-modeRoi Martin2025-09-211-39/+50
* * lisp/textmodes/mhtml-ts-mode.el: Fix for recent changes in js-ts-mode.Juri Linkov2025-09-181-2/+2
* Silence byte-compile warnings when treesit is not availableJuri Linkov2025-08-181-0/+1
* New user option 'treesit-enabled-modes' (bug#79180)Juri Linkov2025-08-141-3/+4
* Fix build without tree-sitterPo Lu2025-08-121-1/+2
* ; Fix last change in mhtml-ts-mode.elEli Zaretskii2025-08-111-1/+1
* 'php-ts-mode' depends on 'mhtml-ts-mode' instead of JS,CSS and HTMLVincenzo Pupillo2025-08-101-35/+43
* Revert "`php-ts-mode' depends on `mhtml-ts-mode' instead of JS,CSS and HTML"Eli Zaretskii2025-08-091-43/+35
* `php-ts-mode' depends on `mhtml-ts-mode' instead of JS,CSS and HTMLVincenzo Pupillo2025-08-091-35/+43
* New variable 'comment-setup-function' for multi-language modes.Juri Linkov2025-05-051-2/+21
* Avoid duplication in defining tree-sitter grammar sources.Juri Linkov2025-05-041-18/+5
* Avoid adding duplicate items to 'treesit-language-source-alist'.Juri Linkov2025-05-011-3/+2
* Lock tree-sitter language grammars to verified versions.Juri Linkov2025-04-181-13/+16
* New function treesit-parsers-at for treesit-language-at (bug#77256).Juri Linkov2025-04-081-20/+1
* ; Fix last change (bug#77017)Vincenzo Pupillo2025-04-041-14/+2
* Fix compiler warnings in mhtml-ts-mode.el (bug#77017).Vincenzo Pupillo2025-03-291-4/+16
* Improve treesit settings for js-ts-mode (bug#73404)Juri Linkov2025-03-031-11/+1
* Adapt recent css-ts-mode changes to mhtml-ts-modeJuri Linkov2025-03-021-3/+4
* Fix CSS indentation, added support for CSS 'color_value'.Vincenzo Pupillo2025-02-271-18/+19
* ; Fix typosStefan Kangas2025-02-221-3/+3
* New variable 'treesit-aggregated-outline-predicate' (bug#76398)Juri Linkov2025-02-211-1/+5
* ; Update comments for mhtml-ts-mode--treesit-indent-rulesYuan Fu2025-02-171-2/+4
* Rename treesit-simple-indent-modify-rules and fix docstringYuan Fu2025-02-171-2/+2
* Make mhtml-ts-mode--treesit-indent-rules a functionYuan Fu2025-02-171-2/+6
* ; Small fixes for the recently added 'mhtml-ts-mode'Juri Linkov2025-02-171-2/+3
* Add mhtml-ts-mode.Vincenzo Pupillo2025-02-171-0/+594