mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-21 10:34:21 +00:00
Make macro_rules macro names bold
This commit is contained in:
parent
04143465ce
commit
eb91154e84
1 changed files with 10 additions and 0 deletions
|
@ -553,6 +553,16 @@
|
|||
"foreground": "#bbb529",
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "meta-declaration",
|
||||
"scope": [
|
||||
"entity.name.function.macro.rust",
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#bbb529",
|
||||
"fontStyle": "bold",
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "heading",
|
||||
"scope": [
|
||||
|
|
Loading…
Reference in a new issue