Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomasvergne/tree-sitter-cabal
Port of original Cabal tree sitter implementation from Magus
https://github.com/thomasvergne/tree-sitter-cabal
cabal highlight parser tree-sitter
Last synced: 14 days ago
JSON representation
Port of original Cabal tree sitter implementation from Magus
- Host: GitHub
- URL: https://github.com/thomasvergne/tree-sitter-cabal
- Owner: thomasvergne
- Created: 2024-03-01T13:59:48.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-01T16:37:45.000Z (10 months ago)
- Last Synced: 2024-11-26T18:42:07.627Z (about 1 month ago)
- Topics: cabal, highlight, parser, tree-sitter
- Language: C
- Homepage: https://gitlab.com/magus/tree-sitter-cabal
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* tree-sitter-cabal
Cabal grammar for [[https://github.com/tree-sitter/tree-sitter][tree-sitter]].
This is still very much a work in progress.
** Setup
#+begin_src shell
direnv allow
npm install
#+end_src