Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ram02z/tree-sitter-fish

Fish grammar for tree-sitter
https://github.com/ram02z/tree-sitter-fish

fish fish-grammar tree-sitter

Last synced: about 2 months ago
JSON representation

Fish grammar for tree-sitter

Awesome Lists containing this project

README

        

tree-sitter-fish
================

Fish grammar for [tree-sitter](https://github.com/tree-sitter/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](https://github.com/fish-shell/fish-shell/tree/master/share) `/share` fish files:

npm run test:examples

#### References
* [tree-sitter-bash](https://github.com/tree-sitter/tree-sitter-bash)
* [Fish Shell Introduction](https://fishshell.com/docs/current/index.html)