mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 13:48:50 +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",
|
"language": "rust",
|
||||||
"scopes": {
|
"scopes": {
|
||||||
|
"macro": [
|
||||||
|
"entity.name.function.macro.rust"
|
||||||
|
],
|
||||||
"attribute": [
|
"attribute": [
|
||||||
"meta.attribute.rust"
|
"meta.attribute.rust"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue