1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

David J. Biesack <David.Biesack at sas.com> (tiny change)

(antlr-font-lock-additional-keywords): Fix typo.  (Bug#1074)
This commit is contained in:
Glenn Morris 2008-10-04 18:37:03 +00:00
parent 7d2f1216b7
commit 244a0c3ce7
2 changed files with 6 additions and 1 deletions

View file

@ -929,7 +929,7 @@ group. The string matched by the first group is highlighted with
`((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