From 193ff2ca98e31df8d215662cb0562895f2306cf1 Mon Sep 17 00:00:00 2001 From: joker1007 Date: Fri, 14 Nov 2025 23:15:15 +0900 Subject: [PATCH] fix(rbs): add `:` to @punctuation.delimiter --- runtime/queries/rbs/highlights.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/queries/rbs/highlights.scm b/runtime/queries/rbs/highlights.scm index b44dcda95..a57ac2def 100644 --- a/runtime/queries/rbs/highlights.scm +++ b/runtime/queries/rbs/highlights.scm @@ -171,6 +171,7 @@ [ "," "." + ":" ] @punctuation.delimiter ; RBS Inline prefix (keep comment color)