Skip to content

Commit

Permalink
feat: use entity.name.function (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
abeprincec committed Aug 3, 2022
1 parent d228005 commit f3d358d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions themes/codesandbox-dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -276,13 +276,8 @@
"settings": { "foreground": "#ffffff" }
},
{
"name": "meta.field.declaration entity.name.function",
"scope": ["meta.field.declaration entity.name.function"],
"settings": { "foreground": "#CDF861" }
},
{
"name": "meta.definition.method entity.name.function",
"scope": ["meta.definition.method entity.name.function"],
"name": "entity.name.function",
"scope": ["entity.name.function"],
"settings": { "foreground": "#CDF861" }
},
{
Expand Down

0 comments on commit f3d358d

Please sign in to comment.