From 68af92e8cdf61143642a1b2b74b942ace384766e Mon Sep 17 00:00:00 2001 From: Alan Russell Date: Thu, 17 Jul 2025 18:08:26 +0100 Subject: [PATCH] Remove ERROR highlighting --- runtime/queries/groq/highlights.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/runtime/queries/groq/highlights.scm b/runtime/queries/groq/highlights.scm index 01526475f..f54500175 100644 --- a/runtime/queries/groq/highlights.scm +++ b/runtime/queries/groq/highlights.scm @@ -227,6 +227,3 @@ (function_call (identifier) @function.builtin (#eq? @function.builtin "before")) - -;; Error highlighting -(ERROR) @error \ No newline at end of file