Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/esdmr/fish-parsing-parables
- Owner: esdmr
- License: mit
- Created: 2024-02-17T10:01:59.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-08T13:41:31.000Z (10 months ago)
- Last Synced: 2024-03-08T14:46:27.797Z (10 months ago)
- Language: TypeScript
- Homepage: https://esdmr.github.io/fish-parsing-parables/
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.