From ff4fe3ff385924e9558eddec7bb0983a641df532 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Sun, 6 Apr 2025 12:43:04 -0400 Subject: [PATCH] minor: drop 'spell' capture from highlights nvim mixes their spellchecking and highlights queries together - we won't when building in the spellchecking feature --- runtime/queries/prolog/highlights.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/queries/prolog/highlights.scm b/runtime/queries/prolog/highlights.scm index e63f47302..e496a88a2 100644 --- a/runtime/queries/prolog/highlights.scm +++ b/runtime/queries/prolog/highlights.scm @@ -1,4 +1,4 @@ -(comment) @comment @spell +(comment) @comment (atom) @constant