Skip to content

Commit

Permalink
Add .cljr as default Clojure file extension
Browse files Browse the repository at this point in the history
* Fixes #2194
  • Loading branch information
PEZ committed May 13, 2023
1 parent e5eabf8 commit 66f76f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"cljfmt",
"cljfx",
"cljify",
"cljr",
"cljslib",
"CLJSREPL",
"Clojuredocs",
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Changes to Calva.

## [Unreleased]

- Fix: [.cljr files not treated as Clojure by default](https://github.com/BetterThanTomorrow/calva/issues/2194)

## [2.0.359] - 2023-05-13

- [Support custom connect sequences that are not based on built in types](https://github.com/BetterThanTomorrow/calva/issues/2192)
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
".cljs",
".cljc",
".cljd",
".cljr",
".cljx",
".clojure",
".edn",
Expand Down

0 comments on commit 66f76f7

Please sign in to comment.