From 66f76f74ee7c986ed4239e2bd66610f5a32d5621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Str=C3=B6mberg?= Date: Sat, 13 May 2023 16:53:07 +0200 Subject: [PATCH] Add `.cljr` as default Clojure file extension * Fixes #2194 --- .vscode/settings.json | 1 + CHANGELOG.md | 2 ++ package.json | 1 + 3 files changed, 4 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index a307ae9cc..5239fc49d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -33,6 +33,7 @@ "cljfmt", "cljfx", "cljify", + "cljr", "cljslib", "CLJSREPL", "Clojuredocs", diff --git a/CHANGELOG.md b/CHANGELOG.md index 3951623ea..d0c7e5a89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 18756bce3..a9c945443 100644 --- a/package.json +++ b/package.json @@ -104,6 +104,7 @@ ".cljs", ".cljc", ".cljd", + ".cljr", ".cljx", ".clojure", ".edn",