diff --git a/.gitignore b/.gitignore index 6289b62..e7ce2ec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules *.vsix .DS_Store +test/.dccache diff --git a/icons/nim.svg b/icons/nim.svg new file mode 100644 index 0000000..cf8373e --- /dev/null +++ b/icons/nim.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/mozart409-icons.json b/mozart409-icons.json index ee1bcec..73688fd 100644 --- a/mozart409-icons.json +++ b/mozart409-icons.json @@ -204,6 +204,9 @@ "mustache": { "iconPath": "./icons/file_type_mustache@2x.png" }, + "nim": { + "iconPath": "./icons/nim.svg" + }, "node": { "iconPath": "./icons/file_type_node@2x.png" }, @@ -482,6 +485,9 @@ "mx3": "matlab", "n": "binary", "ndll": "binary", + "nim": "nim", + "nims": "nim", + "nimble": "nim", "npmignore": "npm", "nvmrc": "node", "o": "binary", @@ -596,6 +602,9 @@ "license": "license", "ini": "ini", "license.md": "license", + + ".nimble.json": "nim", + ".nim.cfg": "nim", "makefile": "settings", "package.json": "npm", "Procfile": "procfile", diff --git a/test/.nim.cfg b/test/.nim.cfg new file mode 100644 index 0000000..e69de29 diff --git a/test/test.nim b/test/test.nim new file mode 100644 index 0000000..e69de29