We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1b2a3f + 6fb3ab4 commit ce14c17Copy full SHA for ce14c17
CHANGELOG.md
@@ -4,6 +4,8 @@ Changes to Calva.
4
5
## [Unreleased]
6
7
+- [Add default Clojure associations for file extensions `.lpy`](https://github.com/BetterThanTomorrow/calva/issues/2415)
8
+
9
## [2.0.414] - 2024-02-24
10
11
- [HTML->Hiccup: Add option to always keep classes as attributes if so desired](https://github.com/BetterThanTomorrow/calva/issues/2398)
package.json
@@ -112,6 +112,7 @@
112
".boot",
113
".bb",
114
".ly",
115
+ ".lpy",
116
".calva-repl",
117
".fiddle"
118
],
0 commit comments