nandi/frqpublic Fork 0
3ba502d
Commits
Clone
git clone https://git.rickub.com/nandi/frq.git
git clone ssh://git@rickub.com/nandi/frq.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

Let Zed read .jolt files as Clojure

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
nandi committed 2026-08-30T21:27:27-07:00 Browse files
3ba502d parent: 633faad
added .zed/settings.json +5 -0
new file mode 100644
@@ -0,0 +1,5 @@
1+{
2+ "file_types": {
3+ "Clojure": ["*.jolt"]
4+ }
5+}
new file mode 100644
@@ -0,0 +1,5 @@
1+{
2+ "file_types": {
3+ "Clojure": ["*.jolt"]
4+ }
5+}