summary refs log tree commit diff stats
path: root/compiler/options.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2013-12-20 13:28:18 -0800
committerAndreas Rumpf <rumpf_a@web.de>2013-12-20 13:28:18 -0800
commiteae275c114fc02bbc949f26f47c3e0129bcd4b78 (patch)
tree4a937086d2a745cfe9335ac611dd62a90901e38d /compiler/options.nim
parent2f7119e9bb4846eeddb8900a199c49836a9a8e0a (diff)
parentaaf49947e9e259b4cd2bda6b218f9bd6abc4ca71 (diff)
downloadNim-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.nim1
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"