Update README.md

This commit is contained in:
Aaron Power 2015-09-20 11:09:03 +01:00
parent 020eb0715b
commit 84b2d062d1

View file

@ -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
```