diff options
Diffstat (limited to 'config.json')
| -rw-r--r-- | config.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.json b/config.json index a0aa8a9..812e3d7 100644 --- a/config.json +++ b/config.json @@ -42,6 +42,14 @@ "prefix" : "* ", "bottom": "*/" } + }, + "julia": { + "extension": "jl", + "comment": { + "top": "###", + "prefix" : "# ", + "bottom": "###" + } } }, "url_format": "http://projecteuler.net/problem={index}", |
