diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2013-12-20 13:28:18 -0800 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2013-12-20 13:28:18 -0800 |
commit | eae275c114fc02bbc949f26f47c3e0129bcd4b78 (patch) | |
tree | 4a937086d2a745cfe9335ac611dd62a90901e38d /compiler/options.nim | |
parent | 2f7119e9bb4846eeddb8900a199c49836a9a8e0a (diff) | |
parent | aaf49947e9e259b4cd2bda6b218f9bd6abc4ca71 (diff) | |
download | Nim-eae275c114fc02bbc949f26f47c3e0129bcd4b78.tar.gz |
Merge pull request #742 from onionhammer/master
Added jsondoc compiler switch
Diffstat (limited to 'compiler/options.nim')
-rw-r--r-- | compiler/options.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/options.nim b/compiler/options.nim index ea6b91321..d4122c7b2 100644 --- a/compiler/options.nim +++ b/compiler/options.nim @@ -132,6 +132,7 @@ const NimExt* = "nim" RodExt* = "rod" HtmlExt* = "html" + JsonExt* = "json" TexExt* = "tex" IniExt* = "ini" DefaultConfig* = "nimrod.cfg" |