aboutsummaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config.json')
-rw-r--r--config.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.json b/config.json
index 6cfbd5e..06d0ac7 100644
--- a/config.json
+++ b/config.json
@@ -23,6 +23,14 @@
"prefix" : "* ",
"bottom": "*/"
}
+ },
+ "lisp": {
+ "extension": "lisp",
+ "comment" : {
+ "top": ";;;;;;;;",
+ "prefix" : ";;;; ",
+ "bottom": ";;;;;;;;"
+ }
}
},
"url_format": "http://projecteuler.net/problem={index}",