Mercurial > emacs
changeset 98510:a538ef3b210e
David J. Biesack <David.Biesack at sas.com> (tiny change)
(antlr-font-lock-additional-keywords): Fix typo. (Bug#1074)
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 04 Oct 2008 18:36:55 +0000 |
parents | 6ea8079d84c7 |
children | 69049eff255c |
files | lisp/progmodes/antlr-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/antlr-mode.el Sat Oct 04 15:27:56 2008 +0000 +++ b/lisp/progmodes/antlr-mode.el Sat Oct 04 18:36:55 2008 +0000 @@ -929,7 +929,7 @@ `((antlr-invalidate-context-cache) ("\\$setType[ \t]*(\\([A-Za-z\300-\326\330-\337]\\sw*\\))" (1 antlr-tokendef-face)) - ("\\$\\sw+" (0 keyword-face)) + ("\\$\\sw+" (0 antlr-keyword-face)) ;; the tokens are already fontified as string/docstrings: (,(lambda (limit) (if antlr-font-lock-literal-regexp