Another repair to preserves.el comment highlighting

This commit is contained in:
Tony Garnock-Jones 2023-10-31 22:24:34 +01:00
parent e269acebee
commit 5820755277
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@
(defvar preserves-font-lock-keywords
(list
'("#\n" . font-lock-comment-face)
'("#[ \t].*\n" . font-lock-comment-face)
'("#\n" 0 font-lock-comment-face t)
'("#[ \t].*\n" 0 font-lock-comment-face t)
'("\\_<\\(~\\|[A-Z]\\)[^][)(}{><[:space:].\n]*\\>" . font-lock-type-face)
'("\\\\[[:space:]]*?\n" . font-lock-warning-face)
))