Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ram02z/tree-sitter-fish
Fish grammar for tree-sitter
https://github.com/ram02z/tree-sitter-fish
fish fish-grammar tree-sitter
Last synced: 3 months ago
JSON representation
Fish grammar for tree-sitter
- Host: GitHub
- URL: https://github.com/ram02z/tree-sitter-fish
- Owner: ram02z
- License: unlicense
- Created: 2021-04-10T13:02:04.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T06:19:53.000Z (9 months ago)
- Last Synced: 2024-08-01T17:21:33.712Z (6 months ago)
- Topics: fish, fish-grammar, tree-sitter
- Language: C
- Homepage:
- Size: 954 KB
- Stars: 36
- Watchers: 5
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
tree-sitter-fish
================Fish grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter).
### Development
Install the dependencies:
npm install
Run the tests:
npm run test
Run the build and tests in watch mode:
npm run test:watch
Test parser against [fish-shell](https://github.com/fish-shell/fish-shell/tree/master/share) `/share` fish files:
npm run test:examples
#### References
* [tree-sitter-bash](https://github.com/tree-sitter/tree-sitter-bash)
* [Fish Shell Introduction](https://fishshell.com/docs/current/index.html)