summaryrefslogtreecommitdiff
path: root/lisp/speedbar.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-07-12 07:15:00 +0000
committerEli Zaretskii <eliz@gnu.org>2001-07-12 07:15:00 +0000
commitec7dc7e177c409924ba0f905c2fdbcb179d883c5 (patch)
tree9530570f55aec1883ff5f07ce35aac83936ec7f1 /lisp/speedbar.el
parent58b9e19f22e38cc9e8cd960a00656980a1bd9519 (diff)
downloademacs-ec7dc7e177c409924ba0f905c2fdbcb179d883c5.tar.gz
(speedbar-supported-extension-expressions): Add .g to the extension list,
for antlr-mode. From Christoph Wedler <Christoph.Wedler@sap.com>.
Diffstat (limited to 'lisp/speedbar.el')
-rw-r--r--lisp/speedbar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/speedbar.el b/lisp/speedbar.el
index e543aa5304d..12f99e28015 100644
--- a/lisp/speedbar.el
+++ b/lisp/speedbar.el
@@ -671,7 +671,7 @@ It is generated from the variable `completion-ignored-extensions'")
(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"