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 #16 from hugopl/update-tree-sitter-metadata
Browse files Browse the repository at this point in the history
Update parser metadata with filed written by tree-sitter v0.24.3.
  • Loading branch information
nobodywasishere authored Nov 29, 2024
2 parents a072c04 + 2bb6731 commit 528e9c0
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ build/
node_modules/

package-lock.json
tree-sitter-crystal.wasm
9 changes: 0 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,6 @@
"tree-sitter-cli": "^0.20.0",
"prebuildify": "^6.0.0"
},
"tree-sitter": [
{
"scope": "source.cr",
"file-types": [
"cr"
],
"highlights": []
}
],
"prettier": {
"arrowParens": "avoid",
"singleQuote": true,
Expand Down
36 changes: 36 additions & 0 deletions tree-sitter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"grammars": [
{
"name": "crystal",
"camelcase": "Crystal",
"scope": "source.cr",
"path": ".",
"file-types": [
"cr"
],
"highlights": []
}
],
"metadata": {
"version": "0.1.0",
"license": "MIT",
"description": "",
"authors": [
{
"name": "Devaune Whittle",
"email": "https://github.com/devnote-dev"
}
],
"links": {
"repository": "https://github.com/crystal-lang-tools/tree-sitter-crystal"
}
},
"bindings": {
"c": true,
"go": true,
"node": true,
"python": true,
"rust": true,
"swift": true
}
}

0 comments on commit 528e9c0

Please sign in to comment.