lisp/speedbar.el (speedbar-supported-extension-expressions): Add .adb, .ads.
Fixes: debbugs:10256
This commit is contained in:
parent
7cd4e72cff
commit
1d84e9bbab
2 changed files with 6 additions and 1 deletions
|
@ -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):
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue