mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
highlights(rust): fix bang ! in macro_invocation
This commit is contained in:
parent
0cd64db48f
commit
5ebc74c1a8
1 changed files with 1 additions and 0 deletions
|
|
@ -255,4 +255,5 @@
|
|||
|
||||
(attribute_item "#" @punctuation.special)
|
||||
(inner_attribute_item ["#" "!"] @punctuation.special)
|
||||
(macro_invocation "!" @function.macro) ; don't highlight `!` as an operator here
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue