Skip to content

Commit

Permalink
feat: add initial queries
Browse files Browse the repository at this point in the history
  • Loading branch information
MXfive committed Aug 26, 2024
1 parent 43922c5 commit 018d263
Show file tree
Hide file tree
Showing 9 changed files with 489 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tree-sitter-yaral"
description = "Yaral grammar for tree-sitter"
version = "0.0.1"
version = "0.1.0"
license = "MIT"
readme = "README.md"
keywords = ["incremental", "parsing", "tree-sitter", "yaral"]
Expand Down
2 changes: 1 addition & 1 deletion Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

366 changes: 366 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-yaral",
"version": "0.0.1",
"version": "0.1.0",
"description": "Yaral grammar for tree-sitter",
"repository": "github:MXfive/tree-sitter-yaral",
"author": "Martyn Cross <martyn@cross.gg>",
Expand Down
Loading

0 comments on commit 018d263

Please sign in to comment.