summaryrefslogtreecommitdiff
path: root/lisp/font-lock.el
Commit message (Expand)AuthorAgeFilesLines
* ; Fix typos.Mattias Engdegård2022-07-021-1/+1
* (syntax-wholeline-max): New varStefan Monnier2022-06-301-20/+13
* Small fix in font-lock-extend-region-multilineSébastien Miquel2022-06-191-6/+11
* Merge from origin/emacs-28Eli Zaretskii2022-04-131-5/+5
|\
| * ; * lisp/font-lock.el (font-lock-keywords): Doc fix.Eli Zaretskii2022-04-021-5/+5
* | ; Improve documentation of 'font-lock-ignore'Eli Zaretskii2022-04-021-25/+30
* | New user option 'font-lock-ignore'Augusto Stoffel2022-04-011-3/+83
* | Make `font-lock-add-keywords' work in derived modesLars Ingebrigtsen2022-01-241-2/+3
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | font-lock-type-face doc string improvementLars Ingebrigtsen2021-11-041-1/+1
|/
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-5/+5
* Add font-lock-doc-markup-face (bug#50041)Mattias Engdegård2021-08-141-1/+13
* * lisp/font-lock.el: Fix `font-lock-comment-end-skip` fallback (bug#34088)Stefan Monnier2021-05-111-7/+6
* Revert "Remove font-lock toggle from font-lock-update"Lars Ingebrigtsen2021-03-241-6/+10
* Remove font-lock toggle from font-lock-updatePaul W. Rankin2021-03-251-10/+6
* Unbind `M-o' and add new `C-x x f' bindingLars Ingebrigtsen2021-03-181-0/+12
* Prefer defvar-local in preloaded filesStefan Kangas2021-01-311-10/+5
* Move the ‘declare’ form before the interactive spec in 10 functions.Juri Linkov2021-01-201-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Shorten over-wide docstrings in variablesStefan Kangas2020-12-191-2/+2
* Prefer setq-local in font-lock.elStefan Kangas2020-12-091-15/+12
* Merge from origin/emacs-27Glenn Morris2020-10-021-1/+1
|\
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-021-1/+1
* | * lisp/font-lock.el: No longer use headings as end of section markers.Jonas Bernoulli2020-08-131-9/+9
* | * lisp/font-lock.el: Split the Commentary into subsections.Jonas Bernoulli2020-08-131-6/+6
* | * lisp/font-lock.el (font-lock--syntax-table-affects-ppss): New varStefan Monnier2020-06-041-2/+19
* | * lisp/font-lock.el (font-lock-ensure): Use font-lock-specified-p (bug#39597)Juri Linkov2020-02-231-3/+4
|/
* Correct "different than" to "different from" where appropriateAlan Mackenzie2020-02-091-2/+2
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* * lisp/font-lock.el (font-lock-fontify-region): Widen here (bug#38049)Stefan Monnier2019-12-111-34/+34
* Spelling fixesPaul Eggert2019-12-091-1/+1
* Rename font-log-refontifyLars Ingebrigtsen2019-11-121-2/+2
* Fix font-lock-keywords slightlyLars Ingebrigtsen2019-11-091-1/+1
* Ensure that font-local variables are buffer-localLars Ingebrigtsen2019-10-311-9/+4
* Clean up font-lock-refontify slightlyLars Ingebrigtsen2019-10-311-2/+4
* Clear more data in font-lock-refontify to ensure refontifyingLars Ingebrigtsen2019-10-301-1/+2
* Make font-lock-refontify try even harder to refontifyLars Ingebrigtsen2019-10-301-1/+3
* Add a convenience function to be used when working on font lockingLars Ingebrigtsen2019-10-301-0/+9
* Indent font-lock-fontify-syntactically-regionLars Ingebrigtsen2019-10-301-35/+35
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Extract common code for adding text propertiesKévin Le Gouguec2019-05-131-27/+20
* Stop splicing anonymous faces in font-lock-append-text-propertyKévin Le Gouguec2019-05-131-1/+6
* * lisp/emacs-lisp/syntax.el (syntax-propertize): `ignore` is like nilStefan Monnier2019-05-081-1/+1
* Refrain from splicing anonymous faces in text propertiesStefan Monnier2019-04-291-2/+7
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | * lisp/font-lock.el: Use lexical-bindingStefan Monnier2018-12-181-4/+5
* | * lisp/font-lock.el (font-lock-ensure-function): Fix bug#33798Stefan Monnier2018-12-181-7/+2