Skip to content

Commit 5640cd6

Browse files
rene-descartes2021bbatsov
authored andcommitted
Add project root detection for ClojureCLR
1 parent 7d3df43 commit 5640cd6

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### New features
66

77
* [#688](https://github.com/clojure-emacs/clojure-mode/issues/688): Add `clojure-discard-face` for `#_` reader discard forms, allowing them to be styled differently from comments. Inherits from `font-lock-comment-face` by default.
8+
* Add project root detection for ClojureCLR (`deps-clr.edn`).
89

910
### Changes
1011

clojure-mode.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ For example, \[ is allowed in :db/id[:db.part/user]."
240240
"bb.edn" ; babashka
241241
"nbb.edn" ; nbb
242242
"basilisp.edn" ; Basilisp (Python)
243+
"deps-clr.edn" ; ClojureCLR
243244
)
244245
"A list of files, which identify a Clojure project's root.
245246
Out-of-the box `clojure-mode' understands lein, boot, gradle,

0 commit comments

Comments
 (0)