Unnamed repository; edit this file 'description' to name the repository.
feat: highlight `:` as a delimiter in Rust (#12408)
| -rw-r--r-- | runtime/queries/rust/highlights.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/queries/rust/highlights.scm b/runtime/queries/rust/highlights.scm index 2981075f..b3a0f4d7 100644 --- a/runtime/queries/rust/highlights.scm +++ b/runtime/queries/rust/highlights.scm @@ -113,6 +113,7 @@ "." ";" "," + ":" ] @punctuation.delimiter [ |