From 9af65c8ac721024d0e45a2a6bde5c3f9fe638516 Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 7 Apr 2020 17:20:43 +0200 Subject: problem 1 2 4 in common lisp --- config.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config.json') 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}", -- cgit