Skip to content

Commit ad4e5e0

Browse files
committedOct 10, 2023
[craftedv2RC1] Cleanup speedbar supported extensions
Make better use of regex's to shorten the list a bit to avoid duplication where it seemed possible.
1 parent 5b7f0db commit ad4e5e0

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed
 

‎modules/crafted-speedbar-config.el

+3-12
Original file line numberDiff line numberDiff line change
@@ -51,33 +51,24 @@ Useful for quickly switching to an open buffer."
5151
(list
5252
;;;; General Lisp Languages
5353
".cl"
54-
".el"
55-
".scm"
56-
".lisp"
54+
".li?sp"
5755
;;;; Lua/Fennel (Lisp that transpiles to lua)
5856
".lua"
5957
".fnl"
6058
".fennel"
6159
;;;; JVM languages (Java, Kotlin, Clojure)
62-
".java"
6360
".kt"
6461
".mvn"
6562
".gradle"
6663
".properties"
67-
".clj"
68-
;;;; C/C++
69-
".c"
70-
".cpp"
71-
".h"
64+
".cljs?"
7265
;;;; shellscript
7366
".sh"
7467
".bash"
7568
;;;; Web Languages and Markup/Styling
7669
".php"
77-
".js"
7870
".ts"
79-
".html"
80-
".htm"
71+
".html?"
8172
".css"
8273
".less"
8374
".scss"

0 commit comments

Comments
 (0)