Skip to content

Commit

Permalink
build: update bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Apr 7, 2024
1 parent 04a59ee commit 6f9a797
Show file tree
Hide file tree
Showing 13 changed files with 159 additions and 225 deletions.
20 changes: 0 additions & 20 deletions .eslintrc.js

This file was deleted.

5 changes: 0 additions & 5 deletions .npmignore

This file was deleted.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "tree-sitter-c"
description = "C grammar for tree-sitter"
version = "0.21.0"
version = "0.21.1"
authors = [
"Max Brunsfeld <[email protected]>",
"Amaan Qureshi <[email protected]",
"Amaan Qureshi <[email protected]>",
]
license = "MIT"
keywords = ["incremental", "parsing", "tree-sitter", "c"]
Expand All @@ -23,4 +23,4 @@ path = "bindings/rust/lib.rs"
tree-sitter = ">=0.21.0"

[build-dependencies]
cc = "^1.0.89"
cc = "1.0.90"
3 changes: 2 additions & 1 deletion Makefile

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

3 changes: 1 addition & 2 deletions Package.swift

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

2 changes: 2 additions & 0 deletions bindings/python/tree_sitter_c/__init__.py

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

2 changes: 1 addition & 1 deletion bindings/rust/build.rs

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

14 changes: 6 additions & 8 deletions bindings/rust/lib.rs

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

4 changes: 2 additions & 2 deletions bindings/swift/TreeSitterC/c.h

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
@@ -1,6 +1,7 @@
/**
* @file C grammar for tree-sitter
* @author Max Brunsfeld
* @author Max Brunsfeld <[email protected]>
* @author Amaan Qureshi <[email protected]>
* @license MIT
*/

Expand Down
Loading

0 comments on commit 6f9a797

Please sign in to comment.