Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/esdmr/fish-parsing-parables

Experimenting with Tree-sitter and fish scripts
https://github.com/esdmr/fish-parsing-parables

Last synced: about 1 month ago
JSON representation

Experimenting with Tree-sitter and fish scripts

Awesome Lists containing this project

README

        

# `fish` parsing parables

Experiment with Tree-sitter to parse `fish` scripts for
[esdmr/fish-completion#209](https://github.com/esdmr/fish-completion/issues/209).
Also see [tree-sitter-fish](https://github.com/esdmr/tree-sitter-fish). The goal
is to generate a string to be passed to `fish` to generate the completions, and
to process its output while keeping as much input formatting as possible.