1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Put comments first in texinfo-font-lock-keywords.

This commit is contained in:
Simon Marshall 1995-06-08 14:29:13 +00:00
parent 965f7ac9c1
commit 7ac268120e

View file

@ -198,8 +198,8 @@ chapter."
(defvar texinfo-font-lock-keywords
(list
'("^\\(@c\\|@comment\\)[ \t].*" . font-lock-comment-face) ;comments
"@\\(@\\|[^}\t \n{]+\\)" ;commands
'("^\\(@c\\|@comment\\)[ \t].*$" . font-lock-comment-face) ;comments
'("^\\(*.*\\)[\t ]*$" 1 font-lock-function-name-face t) ;menu items
'("@\\(emph\\|strong\\|b\\|i\\){\\([^}]+\\)" 2 font-lock-comment-face t)
'("@\\(file\\|kbd\\|key\\){\\([^}]+\\)" 2 font-lock-string-face t)