emacs-devel
[Top][All Lists]
Advanced

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

Elisp syntax hilighting problem


From: Lennart Borgman
Subject: Elisp syntax hilighting problem
Date: Sat, 22 Apr 2006 02:16:47 +0200
User-agent: Thunderbird 1.5 (Windows/20051201)

The defconst below sometimes upset the syntax highlighting so that the function following it is in the same face as the string:

(defconst rng-in-attribute-value-regex
 (replace-regexp-in-string
  "w"
  xmltok-ncname-regexp
  "<w\\(?::w\\)?\
\\(?:[ \t\r\n]+w\\(?::w\\)?[ \t\r\n]*=\
[ \t\r\n]*\\(?:\"[^\"]*\"\\|'[^']*'\\)\\)*\
[ \t\r\n]+\\(w\\(:w\\)?\\)[ \t\r\n]*=[ \t\r\n]*\
\\(\"[^\"]*\\|'[^']*\\)\\="
  t
  t))


More problems: The \\= is not marked. The two [ at beginning of line is marked 
with a red face.





reply via email to

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