Group: gnu.emacs.help · Group Profile · Search for Optain in gnu.emacs.help
Author: sandro.dentella
Date: Nov 22, 2006 06:36
...from\\|for\\|end\\)\\).*\\<\\(for\\|import\\|if\\|in\\)\\>" 3 font-lock-keyword-face) ("\\(\\$\\(?:\\sw\\|}\\|{\\|\\s_\\)+\\)" 1 font-lock-variable-name-face) )) (font-lock-mode 1) ) what I'd like to optain is that the regexp defined here take precedence over those defined in html-mode. As an example the line with <%% %%> gets colored as it would in html but i'd like it to ...
|