Skip to content

Commit 49fde20

Browse files
committed
fix: update cargo manifest keys
1 parent d9db48f commit 49fde20

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ authors = [
77
"Amaan Qureshi <[email protected]>",
88
]
99
license = "MIT"
10-
keywords = ["incremental", "parsing", "jsdoc"]
10+
keywords = ["incremental", "parsing", "tree-sitter", "jsdoc"]
1111
categories = ["parsing", "text-editors"]
12-
repository = "https://github.com/tree-sitter/tree-sitter-javascript"
12+
repository = "https://github.com/tree-sitter/tree-sitter-jsdoc"
1313
edition = "2021"
1414
autoexamples = false
1515

grammar.js

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
/// <reference types="tree-sitter-cli/dsl" />
99
// @ts-check
1010

11-
1211
module.exports = grammar({
1312
name: 'jsdoc',
1413

0 commit comments

Comments
 (0)