lisp/speedbar.el (speedbar-supported-extension-expressions): Add .adb, .ads.

Fixes: debbugs:10256
This commit is contained in:
Manuel Gómez 2011-12-09 20:54:01 +01:00 committed by Juanma Barranquero
parent 7cd4e72cff
commit 1d84e9bbab
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
* speedbar.el (speedbar-supported-extension-expressions):
Add .adb and .ads, commonly used for Ada source code (bug#10256).
2011-12-09 Juanma Barranquero <lekktu@gmail.com>
* printing.el (pr-mode-alist):

View file

@ -696,7 +696,7 @@ function `speedbar-extension-list-to-regex'.")
(append '(".[ch]\\(\\+\\+\\|pp\\|c\\|h\\|xx\\)?" ".tex\\(i\\(nfo\\)?\\)?"
".el" ".emacs" ".l" ".lsp" ".p" ".java" ".js" ".f\\(90\\|77\\|or\\)?")
(if speedbar-use-imenu-flag
'(".ada" ".p[lm]" ".tcl" ".m" ".scm" ".pm" ".py" ".g"
'(".ad[abs]" ".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"