Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1d84e9bb
Commit
1d84e9bb
authored
Dec 09, 2011
by
Manuel Gómez
Committed by
Juanma Barranquero
Dec 09, 2011
Browse files
lisp/speedbar.el (speedbar-supported-extension-expressions): Add .adb, .ads.
Fixes: debbugs:10256
parent
7cd4e72c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/speedbar.el
lisp/speedbar.el
+1
-1
No files found.
lisp/ChangeLog
View file @
1d84e9bb
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):
...
...
lisp/speedbar.el
View file @
1d84e9bb
...
...
@@ -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
'
(
".ad
a
"
".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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment