Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hexium310/tree-sitter-zsh
https://github.com/hexium310/tree-sitter-zsh
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hexium310/tree-sitter-zsh
- Owner: hexium310
- License: mit
- Created: 2021-07-09T17:43:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-23T15:11:17.000Z (about 3 years ago)
- Last Synced: 2024-10-13T13:11:12.060Z (3 months ago)
- Language: C++
- Size: 1.3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tree-sitter-zsh
WIP
## License
[MIT](LICENSE)
This repository includes six files,
which are [scanner.cc](src/scanner.cc), [commands.txt](corpus/commands.txt),
[crlf.txt](corpus/crlf.txt),
[literals.txt](corpus/literals.txt),
[programs.txt](corpus/programs.txt) and [statements.txt](corpus/statements.txt), licensed by [MIT](https://github.com/tree-sitter/tree-sitter-bash/blob/master/LICENSE) under the [corpus](corpus) directory.
They were copied from .