File tree 2 files changed +2
-78
lines changed
arduino-ide-extension/src/browser/data
2 files changed +2
-78
lines changed Original file line number Diff line number Diff line change 61
61
},
62
62
{
63
63
"name" : " Comments" ,
64
- "scope" : " comment" ,
65
64
"settings" : {
66
65
"foreground" : " #7f8c8d"
67
66
}
68
67
},
69
68
{
70
69
"name" : " Keywords Attributes" ,
71
- "scope" : [
72
- " storage" ,
73
- " support" ,
74
- " string.quoted.single.c"
75
- ],
76
70
"settings" : {
77
71
"foreground" : " #0ca1a6"
78
72
}
79
73
},
80
74
{
81
75
"name" : " literal" ,
82
- "scope" : [
83
- " meta.function.c" ,
84
- " entity.name.function" ,
85
- " meta.function-call.c" ,
86
- " variable.other"
87
- ],
88
76
"settings" : {
89
77
"foreground" : " #F39C12"
90
78
}
91
79
},
92
80
{
93
81
"name" : " punctuation" ,
94
- "scope" : [
95
- " punctuation.section" ,
96
- " meta.function-call.c" ,
97
- " meta.block.c" ,
98
- " meta.function.c" ,
99
- " variable" ,
100
- " variable.name"
101
- ],
102
82
"settings" : {
103
83
"foreground" : " #dae3e3"
104
84
}
105
85
},
106
86
{
107
87
"name" : " function preprocessor" ,
108
- "scope" : [
109
- " entity.name.function.preprocessor.c" ,
110
- " meta.preprocessor.macro.c"
111
- ],
112
88
"settings" : {
113
89
"foreground" : " #569CD6"
114
90
}
115
91
},
116
92
{
117
93
"name" : " constants" ,
118
- "scope" : [
119
- " string.quoted.double" ,
120
- " string.quoted.other.lt-gt" ,
121
- " constant"
122
- ],
123
94
"settings" : {
124
95
"foreground" : " #7fcbcd"
125
96
}
126
97
},
127
98
{
128
99
"name" : " meta keywords" ,
129
- "scope" : [
130
- " keyword.control" ,
131
- " meta.preprocessor.c"
132
- ],
133
100
"settings" : {
134
101
"foreground" : " #C586C0"
135
102
}
136
103
},
137
104
{
138
105
"name" : " numeric preprocessor" ,
139
- "scope" : [
140
- " meta.preprocessor.macro.c" ,
141
- " constant.numeric.preprocessor.c" ,
142
- " meta.preprocessor.c"
143
- ],
144
106
"settings" : {
145
107
"foreground" : " #434f54"
146
108
}
147
109
}
148
110
]
149
- }
111
+ }
Original file line number Diff line number Diff line change 61
61
},
62
62
{
63
63
"name" : " Comments" ,
64
- "scope" : " comment" ,
65
64
"settings" : {
66
65
"foreground" : " #95a5a6cc"
67
66
}
68
67
},
69
68
{
70
69
"name" : " Keywords Attributes" ,
71
- "scope" : [
72
- " storage" ,
73
- " support" ,
74
- " string.quoted.single.c"
75
- ],
76
70
"settings" : {
77
71
"foreground" : " #00979D"
78
72
}
79
73
},
80
74
{
81
75
"name" : " literal" ,
82
- "scope" : [
83
- " meta.function.c" ,
84
- " entity.name.function" ,
85
- " meta.function-call.c" ,
86
- " variable.other"
87
- ],
88
76
"settings" : {
89
77
"foreground" : " #D35400"
90
78
}
91
79
},
92
80
{
93
81
"name" : " punctuation" ,
94
- "scope" : [
95
- " punctuation.section" ,
96
- " meta.function-call.c" ,
97
- " meta.block.c" ,
98
- " meta.function.c" ,
99
- " variable" ,
100
- " variable.name"
101
- ],
102
82
"settings" : {
103
83
"foreground" : " #434f54"
104
84
}
105
85
},
106
86
{
107
87
"name" : " function preprocessor" ,
108
- "scope" : [
109
- " entity.name.function.preprocessor.c" ,
110
- " meta.preprocessor.macro.c"
111
- ],
112
88
"settings" : {
113
89
"foreground" : " #9e846d"
114
90
}
115
91
},
116
92
{
117
93
"name" : " constants" ,
118
- "scope" : [
119
- " string.quoted.double" ,
120
- " string.quoted.other.lt-gt" ,
121
- " constant"
122
- ],
123
94
"settings" : {
124
95
"foreground" : " #005C5F"
125
96
}
126
97
},
127
98
{
128
99
"name" : " meta keywords" ,
129
- "scope" : [
130
- " keyword.control" ,
131
- " meta.preprocessor.c"
132
- ],
133
100
"settings" : {
134
101
"foreground" : " #728E00"
135
102
}
136
103
},
137
104
{
138
105
"name" : " numeric preprocessor" ,
139
- "scope" : [
140
- " meta.preprocessor.macro.c" ,
141
- " constant.numeric.preprocessor.c" ,
142
- " meta.preprocessor.c"
143
- ],
144
106
"settings" : {
145
107
"foreground" : " #434f54"
146
108
}
147
109
}
148
110
]
149
- }
111
+ }
You can’t perform that action at this time.
0 commit comments