We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f13c9 commit 9593edaCopy full SHA for 9593eda
.gitignore
@@ -1 +1,3 @@
1
/grammars
2
+target
3
+*.wasm
README.md
@@ -6,4 +6,5 @@ This is very much a work in progress as the tree-sitter is developed. Utilizes t
6
7
Dev installation:
8
- Clone the repository, rename the folder to `crystal`
9
+- Install [crystalline](https://github.com/elbywan/crystalline/releases/tag/v0.14.1) and make sure it is on `$PATH`
10
- In Zed, install a dev extension with Cmd+Shift+P > `install dev extension`
0 commit comments