mirror of
https://github.com/XAMPPRocky/tokei
synced 2024-10-30 07:11:48 +00:00
Update README.md
This commit is contained in:
parent
020eb0715b
commit
84b2d062d1
1 changed files with 18 additions and 0 deletions
18
README.md
18
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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue