aboutsummaryrefslogtreecommitdiffstats
path: root/queries
diff options
context:
space:
mode:
authorSergey Slipchenko <faergeek@gmail.com>2024-01-21 18:04:34 +0400
committerGitHub <noreply@github.com>2024-01-21 16:04:34 +0200
commit051193acba2cb669e853764bfc510c5a511874ea (patch)
treecbdcd970b079080f3f12d0c1bb8993e0dde41ee8 /queries
parentdocs(contributing): typos and examples (diff)
downloadnvim-treesitter-051193acba2cb669e853764bfc510c5a511874ea.tar
nvim-treesitter-051193acba2cb669e853764bfc510c5a511874ea.tar.gz
nvim-treesitter-051193acba2cb669e853764bfc510c5a511874ea.tar.bz2
nvim-treesitter-051193acba2cb669e853764bfc510c5a511874ea.tar.lz
nvim-treesitter-051193acba2cb669e853764bfc510c5a511874ea.tar.xz
nvim-treesitter-051193acba2cb669e853764bfc510c5a511874ea.tar.zst
nvim-treesitter-051193acba2cb669e853764bfc510c5a511874ea.zip
fix(jsdoc): add nospell to type and tag_name
Diffstat (limited to 'queries')
-rw-r--r--queries/jsdoc/highlights.scm4
1 files 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