-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathlanguage-extension.json
More file actions
54 lines (54 loc) · 1.25 KB
/
language-extension.json
File metadata and controls
54 lines (54 loc) · 1.25 KB
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
46
47
48
49
50
51
52
53
54
{
"types": {
"scsibus": {
"deprecated": "9.5.10.79"
},
"scsidevice": {
"deprecated": "9.5.10.79"
}
},
"properties": {
"fast scsi of <scsibus> : boolean": {
"deprecated": "9.5.10.79"
},
"scsidevice <integer> of <scsibus> : scsidevice": {
"deprecated": "9.5.10.79"
},
"scsidevice of <scsibus> : scsidevice": {
"deprecated": "9.5.10.79"
},
"version of <scsibus> : version": {
"deprecated": "9.5.10.79"
},
"wide16 scsi of <scsibus> : boolean": {
"deprecated": "9.5.10.79"
},
"wide32 scsi of <scsibus> : boolean": {
"deprecated": "9.5.10.79"
},
"product of <scsidevice> : string": {
"deprecated": "9.5.10.79"
},
"revision of <scsidevice> : string": {
"deprecated": "9.5.10.79"
},
"type of <scsidevice> : string": {
"deprecated": "9.5.10.79"
},
"vendor of <scsidevice> : string": {
"deprecated": "9.5.10.79"
},
"scsibus <integer> : scsibus": {
"deprecated": "9.5.10.79"
},
"scsibus : scsibus": {
"deprecated": "9.5.10.79"
},
"scsidevice <integer> : scsidevice": {
"deprecated": "9.5.10.79"
},
"scsidevice : scsidevice": {
"deprecated": "9.5.10.79"
}
}
}