section names can be prefixed with X-
This commit is contained in:
@@ -320,7 +320,7 @@ file, defaulting to the link under point, if any."
|
|||||||
(2 'font-lock-comment-face))
|
(2 'font-lock-comment-face))
|
||||||
("\\\\$" 0 'font-lock-warning-face) ; line break
|
("\\\\$" 0 'font-lock-warning-face) ; line break
|
||||||
;; sections
|
;; sections
|
||||||
("^\\(\\[[[:upper:]][[:alnum:]]+\\]\\)"
|
("^\\(\\[\\(?:X-\\)?[[:upper:]][[:alnum:]]+\\]\\)"
|
||||||
1 'font-lock-type-face)
|
1 'font-lock-type-face)
|
||||||
;; keys
|
;; keys
|
||||||
("^\\([[:upper:]][[:alnum:]]+\\)="
|
("^\\([[:upper:]][[:alnum:]]+\\)="
|
||||||
|
|||||||
Reference in New Issue
Block a user