1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-12-04 08:47:03 +00:00

Revert "org: Add font-lock rule for inline export snippets"

This reverts commit 9af8d55f07.
This commit is contained in:
Bastien Guerry 2021-05-01 12:00:08 +02:00
parent 9af8d55f07
commit 80a676c722

View File

@ -5688,11 +5688,6 @@ needs to be inserted at a specific position in the font-lock sequence.")
;; Description list items
'("^[ \t]*[-+*][ \t]+\\(.*?[ \t]+::\\)\\([ \t]+\\|$\\)"
1 'org-list-dt prepend)
;; Inline export snippets
'("\\(@@\\)\\([a-z-]+:\\).*?\\(@@\\)"
(1 'font-lock-comment-face t)
(2 'org-tag t)
(3 'font-lock-comment-face t))
;; ARCHIVEd headings
(list (concat
org-outline-regexp-bol