We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b7f0db commit ad4e5e0Copy full SHA for ad4e5e0
modules/crafted-speedbar-config.el
@@ -51,33 +51,24 @@ Useful for quickly switching to an open buffer."
51
(list
52
;;;; General Lisp Languages
53
".cl"
54
- ".el"
55
- ".scm"
56
- ".lisp"
+ ".li?sp"
57
;;;; Lua/Fennel (Lisp that transpiles to lua)
58
".lua"
59
".fnl"
60
".fennel"
61
;;;; JVM languages (Java, Kotlin, Clojure)
62
- ".java"
63
".kt"
64
".mvn"
65
".gradle"
66
".properties"
67
- ".clj"
68
-;;;; C/C++
69
- ".c"
70
- ".cpp"
71
- ".h"
+ ".cljs?"
72
;;;; shellscript
73
".sh"
74
".bash"
75
;;;; Web Languages and Markup/Styling
76
".php"
77
- ".js"
78
".ts"
79
- ".html"
80
- ".htm"
+ ".html?"
81
".css"
82
".less"
83
".scss"
0 commit comments