Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 574 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 574 Bytes

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