highlights(rust): fix bang ! in macro_invocation

This commit is contained in:
Sergio Alejandro Vargas 2021-09-16 16:36:23 -05:00 committed by Stephan Seitz
parent 0cd64db48f
commit 5ebc74c1a8

View file

@ -255,4 +255,5 @@
(attribute_item "#" @punctuation.special)
(inner_attribute_item ["#" "!"] @punctuation.special)
(macro_invocation "!" @function.macro) ; don't highlight `!` as an operator here