]> git.eshelyaron.com Git - emacs.git/commit
Add font-lock-doc-markup-face (bug#50041)
authorMattias Engdegård <mattiase@acm.org>
Fri, 13 Aug 2021 10:47:39 +0000 (12:47 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sat, 14 Aug 2021 09:00:40 +0000 (11:00 +0200)
commit1bfbb2b706db6a7ca9420b27d22a737deccdd5b0
treed1b7571cd2295eb79071aaec4855417e437a6739
parenta3dd5f1216f76d82fbb8f59bf016c2dab714eb72
Add font-lock-doc-markup-face (bug#50041)

This face is intended for mark-up syntax and constructs inside text
using font-lock-doc-face; ie, documentation comments and strings in
programming modes.

* lisp/font-lock.el (font-lock-doc-markup-face): New face.
* lisp/cus-theme.el (custom-theme--listed-faces): Add it to the list.
* doc/lispref/modes.texi (Faces for Font Lock): Document it.
* etc/NEWS: Mention it.
doc/lispref/modes.texi
etc/NEWS
lisp/cus-theme.el
lisp/font-lock.el