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:
parent
965f7ac9c1
commit
7ac268120e
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue