1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(speedbar-supported-extension-expressions): Add .g to the extension list,

for antlr-mode.  From Christoph Wedler <Christoph.Wedler@sap.com>.
This commit is contained in:
Eli Zaretskii 2001-07-12 07:15:00 +00:00
parent 58b9e19f22
commit ec7dc7e177
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
* speedbar.el (speedbar-supported-extension-expressions): Add .g
to the extension list, for antlr-mode. From Christoph Wedler
<Christoph.Wedler@sap.com>.
2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
* vc.el (vc-prefix-map): Moved back to vc-hooks.el.

View File

@ -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"