From 49fde205b59a1d9792efc21ee0b6d50bbd35ff14 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Sun, 5 May 2024 20:47:41 -0400 Subject: [PATCH] fix: update cargo manifest keys --- Cargo.toml | 4 ++-- grammar.js | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5170eb5..934b5c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,9 +7,9 @@ authors = [ "Amaan Qureshi ", ] 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 diff --git a/grammar.js b/grammar.js index b6bec93..214fe08 100644 --- a/grammar.js +++ b/grammar.js @@ -8,7 +8,6 @@ /// // @ts-check - module.exports = grammar({ name: 'jsdoc',