Add ascii-quote pattern

This commit is contained in:
TEC 2023-07-07 07:21:31 +08:00
parent 9575e6ac13
commit 3f9a71a80d
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@
(:start "`" :end "`" :face font-lock-doc-markup-face))
(markdown-code
(:start "`" :end "`" :face font-lock-doc-markup-face))
(asciiquote-code
(:start "`" :end "'" :face font-lock-doc-markup-face))
(url
(:start "<" :body "https?:[^>\n]*[^ >\n]" :end ">" :face link))
(latex