mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
highlights(rust): Add colon : to delimiters
This commit is contained in:
parent
5ebc74c1a8
commit
eb3a09cb28
1 changed files with 1 additions and 1 deletions
|
|
@ -247,6 +247,7 @@
|
|||
">" @punctuation.bracket)
|
||||
|
||||
[
|
||||
":"
|
||||
"::"
|
||||
"."
|
||||
";"
|
||||
|
|
@ -256,4 +257,3 @@
|
|||
(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