tree-sitter-fish 3.6.0

fish grammar for the tree-sitter parsing library
Documentation
  • Coverage
  • 75%
    3 out of 4 items documented1 out of 2 items with examples
  • Size
  • Source code size: 557.03 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 431.46 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 22s Average build duration of successful builds.
  • all releases: 24s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • ram02z/tree-sitter-fish
    50 14 5
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ram02z

tree-sitter-fish

Fish grammar for 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 /share fish files:

npm run test:examples

References