Skip to content

Commit c4e23d2

Browse files
committed
chore: update and fix cargo.toml
1 parent 8f75ef3 commit c4e23d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
2-
name = "tree-sitter-help"
2+
name = "tree-sitter-vimdoc"
33
description = "help grammar for the tree-sitter parsing library"
4-
version = "0.0.1"
5-
keywords = ["incremental", "parsing", "help"]
4+
version = "1.3.0"
5+
keywords = ["incremental", "parsing", "neovim", "vimdoc"]
66
categories = ["parsing", "text-editors"]
7-
repository = "https://github.com/tree-sitter/tree-sitter-help"
7+
repository = "https://github.com/neovim/tree-sitter-vimdoc"
88
edition = "2018"
99
license = "MIT"
1010

0 commit comments

Comments
 (0)