mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-06-09 05:36:33 +00:00
This commit is contained in:
parent
0dd1e45233
commit
db48ed616b
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user