aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* * lisp/textmodes/markdown-ts-mode.el: Fix embed settings.Juri Linkov2025-08-291-22/+28
* Silence byte-compile warnings when treesit is not availableJuri Linkov2025-08-185-2/+13
* New user option 'treesit-enabled-modes' (bug#79180)Juri Linkov2025-08-146-14/+46
* 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
* Add multi-character pairs to lua-ts-mode and texinfo-modeElías Gabriel Pérez2025-08-091-0/+9
* bibtex.el - improve last change e6c1ec71b72Roland Winkler2025-07-261-4/+5
* Define setfunction for bibtex-generate-url-list (bug#78798)Roland Winkler2025-07-201-7/+27
* Move some RefTeX 'setq's to major mode definitionPengji Zhang2025-07-142-6/+6
* Improve prettification of (La)TeX symbolsPaul Nelson2025-07-141-21/+26
* lisp/textmodes/tex-mode.el (tex--prettify-symbols-alist): Use \Stefan Monnier2025-07-141-8/+8
* Update `fill-region-as-paragraph-semlf' to follow fill.el protocolsRoi Martin2025-06-301-54/+40
* Add variable `fill-region-as-paragraph-function'Roi Martin2025-06-291-13/+49
* 'C-u C-x .' clears the fill prefixSean Whitton2025-06-271-10/+13
* Fix yaml-ts-mode comment-start-skip to improve commenting/uncommentingJames Cherti2025-06-251-1/+1
* ; * lisp/textmodes/reftex.el: Update author email (bug#77850).Jeremy Bryant2025-06-241-1/+1
* Use keyword :commit with full hashes for treesit-language-source-alist.Juri Linkov2025-06-205-12/+28
* Add semantic linefeed support for paragraph fillingRoi Martin2025-06-141-0/+92
* ; reftex.el: Checkdoc fixes, comments to docstringsJeremy Bryant2025-05-301-101/+101
* ; RefTeX: Update author emailJeremy Bryant2025-05-0711-11/+11
* 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
* * lisp/textmodes/markdown-ts-mode.el: Improve.Juri Linkov2025-05-041-10/+9
* ; * lisp/textmodes/markdown-ts-mode.el (treesit-node-child): Declare.Eli Zaretskii2025-05-031-0/+1
* Embed html, yaml and toml in markdown-ts-mode.Juri Linkov2025-05-013-16/+90
* Avoid adding duplicate items to 'treesit-language-source-alist'.Juri Linkov2025-05-011-3/+2
* Merge from origin/emacs-30Eli Zaretskii2025-04-301-1/+3
|\
| * ; * lisp/textmodes/text-mode.el (text-mode-variant): Fix last change.Eli Zaretskii2025-04-291-1/+1
| * ; Improve obsolescence of 'text-mode-variant'Eli Zaretskii2025-04-291-1/+3
* | ; Fix compilation warning in string-edit.elEli Zaretskii2025-04-261-3/+3
* | Improve help-fns-edit-variable for Lisp editingSpencer Baugh2025-04-261-24/+38
* | Fix 'yaml-ts-mode' filling of comments (Bug#77095)Randy Taylor2025-04-261-12/+16
* | Revert addition of electric-block-comment-mode & follow-up commitsSean Whitton2025-04-222-6/+0
* | Fix parens inside links in markdown-ts--treesit-settings.Juri Linkov2025-04-181-0/+1
* | Lock tree-sitter language grammars to verified versions.Juri Linkov2025-04-186-18/+55
* | * lisp/textmodes/markdown-ts-mode.el: More ts-modes for code blocks.Juri Linkov2025-04-161-4/+32
* | ; Fix documentation of a recent commitEli Zaretskii2025-04-161-13/+13
* | Expand markdown-ts-mode and add code block support for javascriptYuan Fu2025-04-151-27/+203
* | Add block-comment-start and block-comment-end to supported modesElías Gabriel Pérez2025-04-132-0/+6
* | New command 'treesit-toggle-sexp-mode' (bug#76676).Juri Linkov2025-04-092-11/+17
* | New function treesit-parsers-at for treesit-language-at (bug#77256).Juri Linkov2025-04-081-20/+1
* | Extend prettify-symbols-alist in TeX modePaul Nelson2025-04-051-7/+113
* | Handle `TeX-master` holding a bufferStefan Monnier2025-04-041-28/+19
* | Add RefTeX support for non-file buffersPaul Nelson2025-04-048-175/+262
* | ; Fix last change (bug#77017)Vincenzo Pupillo2025-04-042-16/+4
* | Suppress error in non-file bufferIkumi Keita2025-04-011-2/+12
* | Merge from origin/emacs-30Michael Albinus2025-03-301-1/+1
|\ \ | |/