highlights(rust): Add colon : to delimiters

This commit is contained in:
Sergio Alejandro Vargas 2021-09-16 16:38:29 -05:00 committed by Stephan Seitz
parent 5ebc74c1a8
commit eb3a09cb28

View file

@ -247,6 +247,7 @@
">" @punctuation.bracket) ">" @punctuation.bracket)
[ [
":"
"::" "::"
"." "."
";" ";"
@ -256,4 +257,3 @@
(attribute_item "#" @punctuation.special) (attribute_item "#" @punctuation.special)
(inner_attribute_item ["#" "!"] @punctuation.special) (inner_attribute_item ["#" "!"] @punctuation.special)
(macro_invocation "!" @function.macro) ; don't highlight `!` as an operator here (macro_invocation "!" @function.macro) ; don't highlight `!` as an operator here