Skip to content

Commit

Permalink
fix: update cargo manifest keys
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed May 6, 2024
1 parent d9db48f commit 49fde20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ authors = [
"Amaan Qureshi <amaanq12@gmail.com>",
]
license = "MIT"
keywords = ["incremental", "parsing", "jsdoc"]
keywords = ["incremental", "parsing", "tree-sitter", "jsdoc"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/tree-sitter/tree-sitter-javascript"
repository = "https://github.com/tree-sitter/tree-sitter-jsdoc"
edition = "2021"
autoexamples = false

Expand Down
1 change: 0 additions & 1 deletion grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
/// <reference types="tree-sitter-cli/dsl" />
// @ts-check


module.exports = grammar({
name: 'jsdoc',

Expand Down

0 comments on commit 49fde20

Please sign in to comment.