From 81fa24aabd21a00b6016b387652edb68829db659 Mon Sep 17 00:00:00 2001 From: Tayfun Bocek Date: Thu, 30 Oct 2025 09:57:47 +0300 Subject: [PATCH] add spell check for comments --- runtime/queries/gdshader/highlights.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/queries/gdshader/highlights.scm b/runtime/queries/gdshader/highlights.scm index 028237df9..f132bdadf 100644 --- a/runtime/queries/gdshader/highlights.scm +++ b/runtime/queries/gdshader/highlights.scm @@ -195,7 +195,7 @@ (preproc_undef argument: (identifier) @constant) -(comment) @comment +(comment) @comment @spell ; technically an injection site for bbcode TODO: maybe add it? ((comment) @comment.documentation @spell