emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Font-lock keywords broken in cfengine-mode


From: Richard Stallman
Subject: Re: Font-lock keywords broken in cfengine-mode
Date: Mon, 01 Jan 2007 16:57:08 -0500

Does this fix it?

*** cfengine.el 11 Sep 2006 10:33:19 -0400      1.10
--- cfengine.el 01 Jan 2007 15:45:06 -0500      
***************
*** 89,95 ****
    ;; In the main syntax-table, backslash is marked as a punctuation, because
    ;; of its use in DOS-style directory separators.  Here we try to recognize
    ;; the cases where backslash is used as an escape inside strings.
!   '(("\\(\\(?:\\\\\\)+\\)\"" . "\\")))
  
  (defvar cfengine-imenu-expression
    `((nil ,(concat "^[ \t]*" (eval-when-compile
--- 89,95 ----
    ;; In the main syntax-table, backslash is marked as a punctuation, because
    ;; of its use in DOS-style directory separators.  Here we try to recognize
    ;; the cases where backslash is used as an escape inside strings.
!   '(("\\(\\(?:\\\\\\)+\\)\"" 1 "\\")))
  
  (defvar cfengine-imenu-expression
    `((nil ,(concat "^[ \t]*" (eval-when-compile




reply via email to

[Prev in Thread] Current Thread [Next in Thread]