comparison lisp/speedbar.el @ 104272:ea67ac46d172

* progmodes/js2-mode.el: File removed. * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el. * speedbar.el (speedbar-supported-extension-expressions): Add .js. * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry. * progmodes/js.el: New file.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 14 Aug 2009 23:02:38 +0000
parents 50624469b15a
children df3d3d6c4426
comparison
equal deleted inserted replaced
104271:73a2da4c1a39 104272:ea67ac46d172
688 688
689 ;; this is dangerous to customize, because the defaults will probably 689 ;; this is dangerous to customize, because the defaults will probably
690 ;; change in the future. 690 ;; change in the future.
691 (defcustom speedbar-supported-extension-expressions 691 (defcustom speedbar-supported-extension-expressions
692 (append '(".[ch]\\(\\+\\+\\|pp\\|c\\|h\\|xx\\)?" ".tex\\(i\\(nfo\\)?\\)?" 692 (append '(".[ch]\\(\\+\\+\\|pp\\|c\\|h\\|xx\\)?" ".tex\\(i\\(nfo\\)?\\)?"
693 ".el" ".emacs" ".l" ".lsp" ".p" ".java" ".f\\(90\\|77\\|or\\)?") 693 ".el" ".emacs" ".l" ".lsp" ".p" ".java" ".js" ".f\\(90\\|77\\|or\\)?")
694 (if speedbar-use-imenu-flag 694 (if speedbar-use-imenu-flag
695 '(".ada" ".p[lm]" ".tcl" ".m" ".scm" ".pm" ".py" ".g" 695 '(".ada" ".p[lm]" ".tcl" ".m" ".scm" ".pm" ".py" ".g"
696 ;; html is not supported by default, but an imenu tags package 696 ;; html is not supported by default, but an imenu tags package
697 ;; is available. Also, html files are nice to be able to see. 697 ;; is available. Also, html files are nice to be able to see.
698 ".s?html" 698 ".s?html"