Skip to content

Commit feb03a6

Browse files
committed
Recognize babashka projects
1 parent e1dc7ca commit feb03a6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### New features
66

77
* Allow additional directories, beyond the default `clj[sc]`, to be correctly formulated by `clojure-expected-ns` via new `defcustom` entitled `clojure-directory-prefixes`
8+
* Recognize babashka projects (identified by the presence of `bb.edn`).
89

910
## 5.13.0 (2021-05-05)
1011

Diff for: clojure-mode.el

+2-1
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,11 @@ For example, \[ is allowed in :db/id[:db.part/user]."
187187
"build.gradle.kts" ; Gradle
188188
"deps.edn" ; Clojure CLI (a.k.a. tools.deps)
189189
"shadow-cljs.edn" ; shadow-cljs
190+
"bb.edn" ; babashka
190191
)
191192
"A list of files, which identify a Clojure project's root.
192193
Out-of-the box `clojure-mode' understands lein, boot, gradle,
193-
shadow-cljs and tools.deps."
194+
shadow-cljs, tools.deps and babashka."
194195
:type '(repeat string)
195196
:package-version '(clojure-mode . "5.0.0")
196197
:safe (lambda (value)

0 commit comments

Comments
 (0)