From 52fab23b51499ea2529ba285c769895a341f880a Mon Sep 17 00:00:00 2001 From: Nikita Revenco <154856872+NikitaRevenco@users.noreply.github.com> Date: Sun, 5 Jan 2025 10:00:31 +0000 Subject: [PATCH] feat: highlight `:` as a delimiter in Rust --- runtime/queries/rust/highlights.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/queries/rust/highlights.scm b/runtime/queries/rust/highlights.scm index 2981075fb07c..b3a0f4d7510a 100644 --- a/runtime/queries/rust/highlights.scm +++ b/runtime/queries/rust/highlights.scm @@ -113,6 +113,7 @@ "." ";" "," + ":" ] @punctuation.delimiter [