Mercurial > emacs
changeset 38377:308a2e8895e3
(speedbar-supported-extension-expressions): Add .g to the extension list,
for antlr-mode. From Christoph Wedler <Christoph.Wedler@sap.com>.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 12 Jul 2001 07:14:33 +0000 |
parents | c7b0f62e4dc5 |
children | d224cac6d3e0 |
files | lisp/speedbar.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/speedbar.el Thu Jul 12 07:09:34 2001 +0000 +++ b/lisp/speedbar.el Thu Jul 12 07:14:33 2001 +0000 @@ -671,7 +671,7 @@ (append '(".[ch]\\(\\+\\+\\|pp\\|c\\|h\\|xx\\)?" ".tex\\(i\\(nfo\\)?\\)?" ".el" ".emacs" ".l" ".lsp" ".p" ".java" ".f\\(90\\|77\\|or\\)?") (if speedbar-use-imenu-flag - '(".ada" ".p[lm]" ".tcl" ".m" ".scm" ".pm" ".py" + '(".ada" ".p[lm]" ".tcl" ".m" ".scm" ".pm" ".py" ".g" ;; html is not supported by default, but an imenu tags package ;; is available. Also, html files are nice to be able to see. ".s?html"