aboutsummaryrefslogtreecommitdiff
path: root/languages.json
diff options
context:
space:
mode:
Diffstat (limited to 'languages.json')
-rw-r--r--languages.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/languages.json b/languages.json
index 8e4224b..4e6e40a 100644
--- a/languages.json
+++ b/languages.json
@@ -46,5 +46,21 @@
"prefix" : "# ",
"bottom": "###"
}
+ },
+ "clojure": {
+ "extension": "clj",
+ "comment" : {
+ "top": ";;;;",
+ "prefix" : ";; ",
+ "bottom": ";;;;"
+ }
+ },
+ "scheme": {
+ "extension": "scm",
+ "comment" : {
+ "top": ";;;;",
+ "prefix" : ";; ",
+ "bottom": ";;;;"
+ }
}
}