KeyMaster/.vscode/settings.json

18 lines
408 B
JSON

{
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "variable",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "entity.name.function",
"settings": {
"fontStyle": "bold"
}
}
]
}
}