diff options
author | Araq <rumpf_a@web.de> | 2015-05-04 19:40:11 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-05-04 19:40:11 +0200 |
commit | 3bef848a2cf60008f23e72571d7c20c0eb9fd728 (patch) | |
tree | 1d8b7daf07ea13913b6231ddc8a939a45634772c | |
parent | 4a51dbe670c9a749a2e220322fd7d9fd2d5b93a7 (diff) | |
download | Nim-3bef848a2cf60008f23e72571d7c20c0eb9fd728.tar.gz |
added missing stuff for the release
-rw-r--r-- | compiler/installer.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler/installer.ini b/compiler/installer.ini index 11e61ec32..fff82cb5b 100644 --- a/compiler/installer.ini +++ b/compiler/installer.ini @@ -70,6 +70,10 @@ Files: "doc/*.nim" Files: "doc/*.cfg" Files: "compiler/nimfix/*.nim" Files: "compiler/nimfix/*.cfg" +Files: "compiler/nimsuggest/*.nim" +Files: "compiler/nimsuggest/*.cfg" +Files: "compiler/plugins/locals/*.nim" +Files: "compiler/plugins/active.nim" Files: "tools/*.nim" Files: "tools/*.cfg" Files: "tools/*.tmpl" |