summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-07-12 07:18:18 +0000
committerEli Zaretskii <eliz@gnu.org>2001-07-12 07:18:18 +0000
commit9540ec3fb474d488b2b280a4712dd449d8be13d2 (patch)
tree980ac6e4d295cd65ea9daaaf0b720be5d318f0e5
parentec7dc7e177c409924ba0f905c2fdbcb179d883c5 (diff)
downloademacs-9540ec3fb474d488b2b280a4712dd449d8be13d2.tar.gz
Mention antlr-mode.
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a25516cfdc3..b0f00befba6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2179,6 +2179,10 @@ facilities for Emacs, similar to what zsh and tcsh offer. The main
difference is that completion functions are written in Lisp, meaning
they can be profiled, debugged, etc.
+*** antlr-mode is a new major mode for editing ANTLR grammar files.
+It is automatically turned on for files whose names have the extension
+`.g'.
+
+++
** Refill minor mode provides preliminary support for keeping
paragraphs filled as you modify them.