From 57bee5b4b8dad67c8819de3a2565913440b9b925 Mon Sep 17 00:00:00 2001 From: Hannah Date: Tue, 24 Mar 2026 16:46:48 -0400 Subject: [PATCH] feat(highlights): add -- as operator highlight --- runtime/queries/objectscript_routine/highlights.scm | 1 + runtime/queries/objectscript_udl/highlights.scm | 1 + 2 files changed, 2 insertions(+) diff --git a/runtime/queries/objectscript_routine/highlights.scm b/runtime/queries/objectscript_routine/highlights.scm index cbec0cf19..2e8b5ff92 100644 --- a/runtime/queries/objectscript_routine/highlights.scm +++ b/runtime/queries/objectscript_routine/highlights.scm @@ -117,6 +117,7 @@ "'?" "!" "?" + "--" ] @operator (bracket) @punctuation.bracket diff --git a/runtime/queries/objectscript_udl/highlights.scm b/runtime/queries/objectscript_udl/highlights.scm index 2287c0042..a7539a13f 100644 --- a/runtime/queries/objectscript_udl/highlights.scm +++ b/runtime/queries/objectscript_udl/highlights.scm @@ -113,6 +113,7 @@ "'?" "!" "?" + "--" ] @operator (bracket) @punctuation.bracket