From 051193acba2cb669e853764bfc510c5a511874ea Mon Sep 17 00:00:00 2001 From: Sergey Slipchenko Date: Sun, 21 Jan 2024 18:04:34 +0400 Subject: [PATCH] fix(jsdoc): add nospell to type and tag_name --- queries/jsdoc/highlights.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/queries/jsdoc/highlights.scm b/queries/jsdoc/highlights.scm index fcba0c188..e20a1bb5a 100644 --- a/queries/jsdoc/highlights.scm +++ b/queries/jsdoc/highlights.scm @@ -1,3 +1,3 @@ -(tag_name) @keyword +(tag_name) @keyword @nospell -(type) @type +(type) @type @nospell