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:
parent
7d2f1216b7
commit
244a0c3ce7
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue