Skip to content

ram02z/tree-sitter-fish

Folders and files

Name
Last commit message
Last commit date
Nov 23, 2022
Apr 2, 2024
May 9, 2022
Apr 2, 2024
May 9, 2022
Apr 2, 2024
Apr 2, 2024
Jul 6, 2021
Apr 23, 2021
Nov 23, 2022
Jun 4, 2021
May 2, 2021
Apr 2, 2024
Apr 2, 2024
Apr 2, 2024
Apr 2, 2024
Apr 2, 2024

Repository files navigation

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