Explorar o código

org.el (org-set-font-lock-defaults): Highlight COMMENT

* org.el (org-set-font-lock-defaults): Highlight COMMENT in
headlines with `org-special-keyword'.
Bastien Guerry %!s(int64=11) %!d(string=hai) anos
pai
achega
2cd70ef915
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lisp/org.el

+ 1 - 0
lisp/org.el

@@ -6364,6 +6364,7 @@ needs to be inserted at a specific position in the font-lock sequence.")
 			     ":\\).*$")
 		     '(1 'org-tag-group prepend)))
 	   ;; Special keywords
+	   (list (concat "\\<" org-comment-string) '(0 'org-special-keyword t))
 	   (list (concat "\\<" org-deadline-string) '(0 'org-special-keyword t))
 	   (list (concat "\\<" org-scheduled-string) '(0 'org-special-keyword t))
 	   (list (concat "\\<" org-closed-string) '(0 'org-special-keyword t))