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: 26 days 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-18T10:06:56.000Z (3 months ago)
- Last Synced: 2025-01-18T11:21:33.017Z (3 months ago)
- Topics: fish, fish-grammar, tree-sitter
- Language: C
- Homepage:
- Size: 963 KB
- Stars: 36
- Watchers: 6
- Forks: 10
- Open Issues: 1
-
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)