syntax_id
Amaan Qureshi 2023-07-26 05:12:49 +07:00
parent 3c35178a65
commit bbaa67a180
No known key found for this signature in database
GPG Key ID: E67890ADC4227273
4 changed files with 9 additions and 8 deletions

@ -1,7 +1,7 @@
[package]
name = "tree-sitter-go"
description = "Go grammar for the tree-sitter parsing library"
version = "0.19.1"
description = "Go grammar for tree-sitter"
version = "0.20.0"
authors = [
"Max Brunsfeld <maxbrunsfeld@gmail.com>",
"Douglas Creager <dcreager@dcreager.net>",
@ -12,6 +12,7 @@ keywords = ["incremental", "parsing", "go"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/tree-sitter/tree-sitter-go"
edition = "2018"
autoexamples = false
build = "bindings/rust/build.rs"
include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*"]
@ -20,7 +21,7 @@ include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*"]
path = "bindings/rust/lib.rs"
[dependencies]
tree-sitter = ">= 0.19, < 0.21"
tree-sitter = ">= 0.20, < 0.21"
[build-dependencies]
cc = "1.0"

@ -1,4 +1,4 @@
VERSION := 0.19.1
VERSION := 0.20.0
# Repository
SRC_DIR := src

@ -8,8 +8,8 @@ way.)
```toml
[dependencies]
tree-sitter = "0.20"
tree-sitter-go = "0.19"
tree-sitter = "0.20.10"
tree-sitter-go = "0.20.0"
```
Typically, you will use the [language][language] function to add this

@ -1,6 +1,6 @@
{
"name": "tree-sitter-go",
"version": "0.19.1",
"version": "0.20.0",
"description": "Go grammar for tree-sitter",
"main": "bindings/node",
"keywords": [
@ -19,7 +19,7 @@
"devDependencies": {
"eslint": "^8.45.0",
"eslint-config-google": "^0.14.0",
"tree-sitter-cli": "^0.20.6"
"tree-sitter-cli": "^0.20.8"
},
"scripts": {
"build": "tree-sitter generate && node-gyp build",