bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#50041: Add font-lock-doc-markup-face


From: Lars Ingebrigtsen
Subject: bug#50041: Add font-lock-doc-markup-face
Date: Fri, 13 Aug 2021 14:15:33 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Mattias Engdegård <mattiase@acm.org> writes:

> Add a standard face for mark-up syntax and keywords inside code
> documentation (doc comments/strings) whose body text is typically set
> in font-lock-doc-face. This could include various tags, brackets,
> quotes, keywords or other syntactically special characters.

Looks good to me.  Minor comment:

> +(defface font-lock-doc-markup-face
> +  '((t :inherit font-lock-constant-face))
> +  "Font Lock mode face used to highlight documentation mark-up."
> +  :group 'font-lock-faces)

Should have a :version.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

[Prev in Thread] Current Thread [Next in Thread]