summaryrefslogtreecommitdiff
path: root/lisp/font-lock.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-11-01Merge from origin/emacs-30Eli Zaretskii
2025-10-25Improve and correct documentation of 'font-lock-keywords-only'Eli Zaretskii
2025-08-27; * lisp/font-lock.el: Remove unneeded "cl-lib" require.Robert Pluim
2025-03-24Expose some lambdas currently hidden in quoted dataStefan Monnier
2025-02-26Prefer incf to cl-incf in remaining filesStefan Kangas
2025-01-02Update copyright year to 2025Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-29(font-lock-set-defaults): Try and fix bug#74281Stefan Monnier
2024-12-19Fix display of obsolete variables in *Help*Michael Albinus
2024-12-18Fix string used in recent obsolete variables specMichael Albinus
2024-12-18Make font-lock face variables obsoleteStefan Kangas
2024-10-24Mark if-let and when-let obsoleteSean Whitton
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-09-10Fix order of `other' choice in defcustom :typeMauro Aranda
2023-02-28Rename the newly added -ref- faces to -use-Dmitry Gutov
2023-02-25Add more/finer faces for tree-sitterDmitry Gutov
2023-02-05Ensure upper bound of font-lock region is less than point-maxAlan Mackenzie
2023-01-08Add back renamed function 'font-lock-fontify-syntactically-region'Benson Chu
2023-01-06(font-lock-regexp-face): New faceDmitry Gutov
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-27; Improve doc strings of some new facesEli Zaretskii
2022-12-22Add alias for removed font-lock functionBenson Chu
2022-11-21Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu
2022-11-10; * lisp/font-lock.el (font-lock-bracket-face): Improve docstringRobert Pluim
2022-11-10Add more font-lock faces (Bug#58940)Randy Taylor
2022-10-31Use tree-sitter for font-lock's syntactic function (optionally)Yuan Fu
2022-10-07Remove aliases of `with-silent-modifications`Stefan Monnier
2022-08-23Make point-at-eol and point-at-bol obsoleteStefan Kangas
2022-07-31Delete additional items obsolete since 20, 21 and 22Stefan Kangas
2022-07-28Delete fast-lock.el and lazy-lock.elStefan Kangas
2022-07-20Prefer defvar-keymap in some trivial casesStefan Kangas
2022-07-09Delete obsolete variable font-lock-maximum-sizeStefan Kangas
2022-07-02; Fix typos.Mattias Engdegård
2022-06-30(syntax-wholeline-max): New varStefan Monnier
2022-06-19Small fix in font-lock-extend-region-multilineSébastien Miquel
2022-04-13Merge from origin/emacs-28Eli Zaretskii
2022-04-02; Improve documentation of 'font-lock-ignore'Eli Zaretskii
2022-04-02; * lisp/font-lock.el (font-lock-keywords): Doc fix.Eli Zaretskii
2022-04-01New user option 'font-lock-ignore'Augusto Stoffel
2022-01-24Make `font-lock-add-keywords' work in derived modesLars Ingebrigtsen
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-11-04font-lock-type-face doc string improvementLars Ingebrigtsen
2021-09-16; Minor stylistic fixes found by checkdocStefan Kangas
2021-08-14Add font-lock-doc-markup-face (bug#50041)Mattias Engdegård
2021-05-11* lisp/font-lock.el: Fix `font-lock-comment-end-skip` fallback (bug#34088)Stefan Monnier
2021-03-24Revert "Remove font-lock toggle from font-lock-update"Lars Ingebrigtsen
2021-03-25Remove font-lock toggle from font-lock-updatePaul W. Rankin