Mercurial > emacs
changeset 38379:dd827746979d
Mention antlr-mode.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 12 Jul 2001 07:18:18 +0000 |
parents | d224cac6d3e0 |
children | 99b267c1ccbd |
files | etc/NEWS |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Thu Jul 12 07:15:00 2001 +0000 +++ b/etc/NEWS Thu Jul 12 07:18:18 2001 +0000 @@ -2179,6 +2179,10 @@ 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.