Release 0.3.0
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
Some breaking changes in high-light groups, to better align with neovim.main v0.3.0
parent
45eb3e860c
commit
a233ebe360
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "tree-sitter-tiger"
|
||||
description = "Tiger grammar for the tree-sitter parsing library"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
keywords = ["incremental", "parsing", "tiger"]
|
||||
categories = ["parsing", "text-editors"]
|
||||
repository = "https://gitea.belanyi.fr/ambroisie/tree-sitter-tiger"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tree-sitter-tiger",
|
||||
"version": "0.2.0",
|
||||
"version": "0.3.0",
|
||||
"description": "tiger grammar for tree-sitter",
|
||||
"main": "bindings/node",
|
||||
"keywords": [
|
||||
|
|
Loading…
Reference in New Issue