aboutsummaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config.json')
-rw-r--r--config.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/config.json b/config.json
index 06d0ac7..a0aa8a9 100644
--- a/config.json
+++ b/config.json
@@ -8,6 +8,7 @@
"bottom": "###"
}
},
+
"haskell": {
"extension": "hs",
"comment" : {
@@ -16,6 +17,7 @@
"bottom": "----"
}
},
+
"c": {
"extension": "c",
"comment" : {
@@ -24,6 +26,7 @@
"bottom": "*/"
}
},
+
"lisp": {
"extension": "lisp",
"comment" : {
@@ -31,6 +34,14 @@
"prefix" : ";;;; ",
"bottom": ";;;;;;;;"
}
+ },
+ "rust": {
+ "extension": "rs",
+ "comment": {
+ "top": "/*",
+ "prefix" : "* ",
+ "bottom": "*/"
+ }
}
},
"url_format": "http://projecteuler.net/problem={index}",