Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMcCulloh authored and github-actions[bot] committed Sep 18, 2024
1 parent 76e0c25 commit 7faf539
Show file tree
Hide file tree
Showing 9 changed files with 2,605 additions and 2,552 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-wing"
description = "Wing grammar for tree-sitter"
version = "0.83.11"
version = "0.85.10"
license = "MIT"
readme = "README.md"
keywords = ["incremental", "parsing", "tree-sitter", "wing"]
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.

3 changes: 2 additions & 1 deletion grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,8 @@ module.exports = grammar({
"void",
"duration",
"datetime",
"regex"
"regex",
"bytes"
),

initializer: ($) =>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@winglang/tree-sitter-wing",
"version": "0.83.11",
"version": "0.85.10",
"description": "winglang grammar for tree-sitter",
"main": "bindings/node",
"types": "bindings/node",
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "tree-sitter-wing"
description = "Wing grammar for tree-sitter"
version = "0.83.11"
version = "0.85.10"
keywords = ["incremental", "parsing", "tree-sitter", "wing"]
classifiers = [
"Intended Audience :: Developers",
Expand Down
4 changes: 4 additions & 0 deletions src/grammar.json

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

4 changes: 4 additions & 0 deletions src/node-types.json

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

Loading

0 comments on commit 7faf539

Please sign in to comment.