mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Color macros (fixes #4462)
This commit is contained in:
parent
cffa70be01
commit
fd83d0e9ba
1 changed files with 3 additions and 0 deletions
|
@ -604,6 +604,9 @@
|
|||
{
|
||||
"language": "rust",
|
||||
"scopes": {
|
||||
"macro": [
|
||||
"entity.name.function.macro.rust"
|
||||
],
|
||||
"attribute": [
|
||||
"meta.attribute.rust"
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue