tree-sitter-fish

May 2, 2021 ยท View on GitHub

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

  • tree-sitter-bash
  • Fish Shell Introduction