feat: highlight `:` as a delimiter in Rust (#12408)

pull/12416/head
Nikita Revenco 2025-01-05 16:51:33 +00:00 committed by GitHub
parent 0654a1f058
commit eed052e86b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@
"."
";"
","
":"
] @punctuation.delimiter
[