| Crates.io | tree-sitter-fish |
| lib.rs | tree-sitter-fish |
| version | 3.6.0 |
| created_at | 2025-06-13 19:11:51.802466+00 |
| updated_at | 2025-06-13 19:18:14.204405+00 |
| description | fish grammar for the tree-sitter parsing library |
| homepage | |
| repository | https://github.com/ram02z/tree-sitter-fish |
| max_upload_size | |
| id | 1711780 |
| size | 557,036 |
Fish grammar for tree-sitter.
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 /share fish files:
npm run test:examples