summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Power <Aaronepower@users.noreply.github.com>2015-09-20 11:09:03 +0100
committerAaron Power <Aaronepower@users.noreply.github.com>2015-09-20 11:09:03 +0100
commit84b2d062d1bd80e1bae7ba3ed40a1336ffc7c9d9 (patch)
treecbeb232c265b079aa23bfde94219e0535873bda4
parent020eb0715b4cedc178c2a59358763511d28580fa (diff)
Update README.md1.1.0
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index e79a885..a143c1b 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,13 @@ ARGS:
```
# Supported Languages
+
+If there is a language that you want added submit a pull request with the following information
+
+- Name of language
+- Most common file extension
+- The comment syntax (Does it have block comments? is it the same as C?)
+
```
ActionScript (as)
C (c)
@@ -81,3 +88,14 @@ TypeScript (ts)
XML (xml)
YAML (yml)
```
+
+# Common issues
+
+If you get errors like the following, it is mostly like due to having folders with paths that too long. For example NPM<3.0.0 `node_modules` generates long path files, either use the `exclude` argument, or in the case of NPM, update to >3.0.0
+```
+"The system cannot find the path specified.\r\n"
+```
+```
+thread <main> has overflowed its stack
+Illegal instruction: 4
+```