mirror of https://github.com/helix-editor/helix
feat: highlight `:` as a delimiter in Rust (#12408)
parent
0654a1f058
commit
eed052e86b
|
@ -113,6 +113,7 @@
|
||||||
"."
|
"."
|
||||||
";"
|
";"
|
||||||
","
|
","
|
||||||
|
":"
|
||||||
] @punctuation.delimiter
|
] @punctuation.delimiter
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue