diff lisp/speedbar.el @ 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 2fec97b8ea55
children b174db545cfd
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"