Francesco Stasi 2021-05-04 15:22:03 +02:00 committed by Francesco Stasi
parent 0dd1e45233
commit db48ed616b

View File

@ -28,7 +28,8 @@
"scope": [ "scope": [
"meta.function.c", "meta.function.c",
"entity.name.function", "entity.name.function",
"meta.function-call.c" "meta.function-call.c",
"variable.other"
], ],
"settings": { "settings": {
"foreground": "#D35400" "foreground": "#D35400"
@ -42,16 +43,19 @@
"meta.block.c", "meta.block.c",
"meta.function.c", "meta.function.c",
"entity.name.function.preprocessor.c", "entity.name.function.preprocessor.c",
"meta.preprocessor.macro.c" "meta.preprocessor.macro.c",
"variable",
"variable.name"
], ],
"settings": { "settings": {
"foreground": "#434f54" "foreground": "#434f54"
} }
}, },
{ {
"name": "strings", "name": "constants",
"scope": [ "scope": [
"string.quoted.double" "string.quoted.double",
"constant"
], ],
"settings": { "settings": {
"foreground": "#005C5F" "foreground": "#005C5F"