mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-21 10:34:21 +00:00
Make only macro definitions bold and not calls
This commit is contained in:
parent
b897420acb
commit
b788201aeb
1 changed files with 1 additions and 1 deletions
|
@ -556,7 +556,7 @@
|
||||||
{
|
{
|
||||||
"name": "meta-declaration",
|
"name": "meta-declaration",
|
||||||
"scope": [
|
"scope": [
|
||||||
"entity.name.function.macro.rust",
|
"meta.macro.rules entity.name.function.macro.rust",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#bbb529",
|
"foreground": "#bbb529",
|
||||||
|
|
Loading…
Reference in a new issue