-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemp.text
45 lines (45 loc) · 980 Bytes
/
temp.text
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": ["variable.parameter.gabc"],
"settings": {
"foreground": "#9BD1F2"
}
},
{
"scope": ["support.class.gabc"],
"settings": {
"foreground": "#ff9100"
}
},
{
"scope": ["constant.gabc"],
"settings": {
"foreground": "#55ca08"
}
},
{
"scope": ["constant.numeric.gabc"],
"settings": {
"foreground": "#e9d208"
}
},
{
"scope": ["keyword.control.gabc"],
"settings": {
"foreground": "#ff6161"
}
},
{
"scope": ["keyword.gabc"],
"settings": {
"foreground": "#A29AD9"
}
},
{
"scope": ["invalid.illegal.gabc"],
"settings": {
"foreground": "#146bee"
}
}
]}