Skip to content

Commit

Permalink
build: update & pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed Jun 2, 2024
1 parent babb6d4 commit afb34b2
Show file tree
Hide file tree
Showing 9 changed files with 397,767 additions and 490,663 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-arduino"
description = "Arduino grammar for the tree-sitter parsing library"
version = "0.21.0"
version = "0.21.1"
license = "MIT"
readme = "README.md"
keywords = ["incremental", "parsing", "tree-sitter", "arduino"]
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.

1 change: 1 addition & 0 deletions grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = grammar(CPP, {
alias($.constructor_try_statement, $.try_statement),
$.default_method_clause,
$.delete_method_clause,
$.pure_virtual_clause,
),
)),
}
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-arduino",
"version": "0.21.0",
"version": "0.21.1",
"license": "MIT",
"description": "Arduino grammar for tree-sitter",
"repository": "tree-sitter-grammars/tree-sitter-arduino",
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"scripts": {
"install": "node-gyp-build",
"prestart": "tree-sitter build --wasm -o tree-sitter-arduino.so",
"prestart": "tree-sitter build --wasm",
"start": "tree-sitter playground",
"test": "node --test"
},
Expand Down
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-arduino"
description = "Arduino grammar for tree-sitter"
version = "0.21.0"
version = "0.21.1"
keywords = ["incremental", "parsing", "tree-sitter", "arduino"]
classifiers = [
"Intended Audience :: Developers",
Expand Down
Loading

0 comments on commit afb34b2

Please sign in to comment.