mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 20:41:23 +00:00
Fix 'markdown-ts-code-span' face (bug#81026)
* lisp/textmodes/markdown-ts-mode.el (markdown-ts-code-span): Inherit from 'font-lock-keyword-face' rather than 'font-lock-string-face'.
This commit is contained in:
parent
286833e401
commit
71809ee5df
1 changed files with 1 additions and 1 deletions
|
|
@ -639,7 +639,7 @@ newline."
|
|||
"Face for Markdown link destinations (URLs)."
|
||||
:version "31.1")
|
||||
|
||||
(defface markdown-ts-code-span '((t (:inherit font-lock-string-face)))
|
||||
(defface markdown-ts-code-span '((t (:inherit font-lock-keyword-face)))
|
||||
"Face for Markdown inline code spans."
|
||||
:version "31.1")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue