summaryrefslogtreecommitdiff
path: root/lisp/textmodes
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-29Eli Zaretskii2023-05-131-1/+13
|\
| * Fix auto-filling in Texinfo modeEli Zaretskii2023-05-131-1/+13
* | Merge from origin/emacs-29Eli Zaretskii2023-04-151-4/+13
|\ \ | |/
| * Improve documentation related to 'ispell-complete-word'Eli Zaretskii2023-04-111-4/+13
* | html-ts-mode--indent-rules: Use 'column-0' instead of 'point-min'Dmitry Gutov2023-04-111-1/+1
* | Remove useless unwind-protect forms, or make them useful as intendedMattias Engdegård2023-04-072-16/+15
* | Merge from origin/emacs-29Stefan Kangas2023-03-081-4/+8
|\ \ | |/
| * Revert 'forward-sentence-default-function' to return point (bug#62027)Manuel Giraud2023-03-071-4/+8
* | Merge from origin/emacs-29Stefan Kangas2023-02-283-10/+10
|\ \ | |/
| * Rename the newly added -ref- faces to -use-Dmitry Gutov2023-02-283-10/+10
* | Merge from origin/emacs-29Stefan Kangas2023-02-253-11/+10
|\ \ | |/
| * Add more/finer faces for tree-sitterDmitry Gutov2023-02-253-11/+10
* | Merge from origin/emacs-29Stefan Kangas2023-02-231-1/+3
|\ \ | |/
| * Make 'emacs-news-cycle-tag' work at all levelsRobert Pluim2023-02-211-1/+3
* | Use delete-char instead of backward-delete-charMattias Engdegård2023-02-221-1/+1
* | Merge from origin/emacs-29Stefan Kangas2023-02-171-4/+19
|\ \ | |/
| * Rename 'emacs-news-toggle-tag' to 'emacs-news-cycle-tag'Robert Pluim2023-02-161-5/+5
| * Add menu to news-modeRobert Pluim2023-02-161-0/+15
* | Merge from origin/emacs-29Stefan Kangas2023-02-131-2/+7
|\ \ | |/
| * ; Mention Hunspell private-dictionary misfeature in doc stringsEli Zaretskii2023-02-121-2/+7
* | Swap tag and element in html-ts-mode (bug#60972)Theodor Thornhill2023-01-231-2/+2
* | Merge from origin/emacs-29Stefan Kangas2023-01-233-6/+9
|\ \ | |/
| * Make tree-sitter based modes optionalEli Zaretskii2023-01-203-6/+9
* | Use element as a sentence in html-ts-modeTheodor Thornhill2023-01-221-4/+1
* | Change top-level anchor to point-minTheodor Thornhill2023-01-201-1/+1
* | Add html-ts-mode (bug#60972)Theodor Thornhill2023-01-201-0/+137
* | Add forward-sentence with tree sitter support (bug#60623)Theodor Thornhill2023-01-111-2/+13
|/
* Fix reftex-citation docstring (bug#60710)Manuel Uberti2023-01-101-1/+1
* Make 'toml-ts-mode' optionalEli Zaretskii2023-01-051-1/+0
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-0154-54/+54
* ; Fix typosStefan Kangas2022-12-311-1/+1
* lisp/textmodes/bibtex.el: fix bibtex-beginning-of-entry (bug#56636)Roland Winkler2022-12-291-4/+12
* lisp/textmodes/bibtex.el: Treat $ as punctuation in BibTeX fields (bug#50202)Roland Winkler2022-12-291-4/+8
* Add color fontification in css-ts-mode (bug#60405)Yuan Fu2022-12-291-1/+5
* ; * lisp/textmodes/css-mode.el (css-ts-mode): Fix imenu setup.Yuan Fu2022-12-291-2/+2
* ; Fix one more treesit byte-compilation warning.Eli Zaretskii2022-12-281-0/+1
* ; Avoid treesit-related byte-compiler warningsEli Zaretskii2022-12-281-0/+1
* Update tree-sitter major modes to use the new Imenu facilityYuan Fu2022-12-272-64/+8
* Support treesit-defun-name in tree-sitter major modesYuan Fu2022-12-242-16/+25
* ; Fix docstringIkumi Keita2022-12-221-2/+2
* Add yaml-ts-mode (Bug#60105)Randy Taylor2022-12-161-0/+151
* ; Fix typosStefan Kangas2022-12-161-1/+1
* Introduce support for TOML config-formatJostein Kjønigsen2022-12-141-0/+187
* Fix handling of % when searching in .tex or .dtx filesArash Esbati2022-12-141-4/+7
* * lisp/textmodes/texinfo.el (texinfo-flymake): Improve docstring.Stefan Kangas2022-12-131-0/+2
* Adapt manual names in emacs-news-modeMichael Albinus2022-12-091-1/+1
* Fix syntax-table for tree-sitter modesTheodor Thornhill2022-12-071-0/+1
* Fix treesit-query-captureYuan Fu2022-12-051-5/+0
* ; Fix typos (don't abbreviate "with" or "without")Stefan Kangas2022-12-011-1/+2
* Add more font-lock settings to css-ts-modeTheodor Thornhill2022-11-281-3/+31