Skip to content

Commit

Permalink
Merge pull request #36 from jpt13653903/dependabot/npm_and_yarn/npm-a…
Browse files Browse the repository at this point in the history
…4964f4c82

build(deps): bump the npm group across 1 directory with 2 updates
  • Loading branch information
jpt13653903 authored Dec 3, 2024
2 parents 0703da9 + 8db0c17 commit c438173
Show file tree
Hide file tree
Showing 12 changed files with 125,549 additions and 125,533 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-vhdl"
description = "VHDL grammar for tree-sitter"
version = "1.2.2"
version = "1.2.3"
license = "MIT"
readme = "README.md"
keywords = ["incremental", "parsing", "tree-sitter", "vhdl"]
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.

5 changes: 5 additions & 0 deletions bindings/go/go.mod

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

22 changes: 12 additions & 10 deletions package-lock.json

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

22 changes: 17 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-vhdl",
"version": "1.2.2",
"version": "1.2.3",
"description": "VHDL grammar for tree-sitter",
"repository": "github:jpt13653903/tree-sitter-vhdl",
"author": "John-Philip Taylor",
Expand All @@ -22,8 +22,8 @@
"src/**"
],
"dependencies": {
"node-addon-api": "^8.2.2",
"node-gyp-build": "^4.8.3"
"node-addon-api": "^8.3.0",
"node-gyp-build": "^4.8.4"
},
"devDependencies": {
"prebuildify": "^6.0.1",
Expand All @@ -41,6 +41,18 @@
"install": "node-gyp-build",
"prestart": "tree-sitter build --wasm",
"start": "tree-sitter playground",
"test": "node --test bindings/node/*_test.js"
}
"test": "node --test bindings/node/*_test.js",
"prebuildify": "prebuildify --napi --strip"
},
"tree-sitter": [
{
"scope": "source.vhdl",
"injection-regex": "^vhdl$",
"file-types": [
"vhd",
"vhdl"
],
"highlights": "queries/Neovim/highlights.scm"
}
]
}
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-vhdl"
description = "VHDL grammar for tree-sitter"
version = "1.2.2"
version = "1.2.3"
keywords = ["incremental", "parsing", "tree-sitter", "vhdl"]
authors = [
{name = "John-Philip Taylor"}
Expand Down
1 change: 0 additions & 1 deletion src/grammar.json

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

1 change: 0 additions & 1 deletion 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 c438173

Please sign in to comment.