chore: release 0.1.0
This commit is contained in:
parent
81e0f348aa
commit
5998363930
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "tree-sitter-cmake"
|
name = "tree-sitter-cmake"
|
||||||
description = "cmake grammar for the tree-sitter parsing library"
|
description = "cmake grammar for the tree-sitter parsing library"
|
||||||
version = "0.0.1"
|
version = "0.1.0"
|
||||||
keywords = ["incremental", "parsing", "cmake"]
|
keywords = ["incremental", "parsing", "cmake"]
|
||||||
categories = ["parsing", "text-editors"]
|
categories = ["parsing", "text-editors"]
|
||||||
repository = "https://github.com/uyha/tree-sitter-cmake"
|
repository = "https://github.com/uyha/tree-sitter-cmake"
|
||||||
|
|
|
@ -27,7 +27,5 @@ Parsed syntax
|
||||||
- Environment and cache variables
|
- Environment and cache variables
|
||||||
- Normal variables
|
- Normal variables
|
||||||
|
|
||||||
TODO
|
|
||||||
====
|
|
||||||
|
|
||||||
- Generator expression
|
- Generator expression
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "tree-sitter-cmake",
|
"name": "tree-sitter-cmake",
|
||||||
"version": "0.1",
|
"version": "0.1.0",
|
||||||
"description": "CMake grammar for tree-sitter",
|
"description": "CMake grammar for tree-sitter",
|
||||||
"main": "bindings/node",
|
"main": "bindings/node",
|
||||||
"author": "Uy Ha",
|
"author": "Uy Ha",
|
||||||
|
|
Loading…
Reference in a new issue