Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from skttlock/main
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
nobodywasishere authored May 28, 2024
2 parents 4e6a4f9 + 151c15a commit c67e9bc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# tree-sitter-crystal

This is a WIP implementation of [tree-sitter](https://github.com/tree-sitter/tree-sitter) for the [Crystal](https://crystal-lang.org) programming language. This is part of a drive to increase Crystal tooling across workflows and IDEs, and specifically to consolidate efforts to create a tree-sitter implementation for Crystal. See [this forum post](https://forum.crystal-lang.org//t/tree-sitter-crystal/3565) for more context on this repos creation.


## Contributing

For a general contribution guideline, see [this repo](https://github.com/MarcDiethelm/contributing/tree/master).

### Current Status

For an updated to-do list, see the [pinned issue](https://github.com/crystal-lang-tools/tree-sitter/issues/2).
## Thanks & Inspirations

Thanks to everyone involved in the project and to the greater Crystal community!
- [Will Leinweber's tree-sitter-crystal repo](https://github.com/will/tree-sitter-crystal)
- [keidax's tree-sitter-crystal repo](https://github.com/keidax/tree-sitter-crystal)

0 comments on commit c67e9bc

Please sign in to comment.