From dc44d867345ddff458426f6d5dc523e19fe9c767 Mon Sep 17 00:00:00 2001 From: Ludovic Courtes Date: Wed, 13 Feb 2008 11:05:22 +0100 Subject: Emacs mode: Font-lock comments. --- emacs/skribe.el.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/emacs/skribe.el.in b/emacs/skribe.el.in index e91a6ea..d8ee590 100644 --- a/emacs/skribe.el.in +++ b/emacs/skribe.el.in @@ -121,7 +121,12 @@ Set this to nil if you don't want a modeline indicator." 'font-lock-function-name-face) (list ",(\\([^ \n()]+\\)" 1 - 'font-lock-comment-delimiter-face)) + 'font-lock-comment-delimiter-face) + (list ";.*$" + 1 + 'font-lock-comment-face) + (list "#;\\(([^)]*)\\|\\[[^\\]]*\\]\\|[a-zA-Z0-9]*\\)" ;; SRFI-62 comments + 'font-lock-comment-face)) "*The Skribe font-lock specification." :group 'skribe) -- cgit v1.2.3