Fix comment fontification
* lisp/org.el (org-set-font-lock-defaults): Fix comment fontification.
This commit is contained in:
parent
3ca3b1e693
commit
e8046d2f63
|
@ -5993,7 +5993,6 @@ needs to be inserted at a specific position in the font-lock sequence.")
|
||||||
org-comment-string "\\|" org-quote-string
|
org-comment-string "\\|" org-quote-string
|
||||||
"\\)"))
|
"\\)"))
|
||||||
'(2 'org-special-keyword t))
|
'(2 'org-special-keyword t))
|
||||||
'("^[ \t]*#.*" (0 'font-lock-comment-face t))
|
|
||||||
;; Blocks and meta lines
|
;; Blocks and meta lines
|
||||||
'(org-fontify-meta-lines-and-blocks)
|
'(org-fontify-meta-lines-and-blocks)
|
||||||
)))
|
)))
|
||||||
|
|
Loading…
Reference in New Issue