# HG changeset patch # User Eli Zaretskii # Date 994922073 0 # Node ID 308a2e8895e38170a300953357d79c48499063a8 # Parent c7b0f62e4dc5ceeff181484ed8bf60aee55497cc (speedbar-supported-extension-expressions): Add .g to the extension list, for antlr-mode. From Christoph Wedler . diff -r c7b0f62e4dc5 -r 308a2e8895e3 lisp/speedbar.el --- 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"