-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnippets.json
252 lines (252 loc) · 9.3 KB
/
snippets.json
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
{
"Disable Chez Extensions": {
"prefix": ["#!r6rs"],
"description": "Insert #!r6rs comment directive to disable Chez Scheme extensions.",
"body": ["#!r6rs", "$0"]
},
"Enable Chez Extensions": {
"prefix": ["#!chezscheme"],
"description": "Insert #!chezscheme comment directive to enable Chez Scheme extensions.",
"body": ["#!chezscheme", "$0"]
},
"Ignore Case": {
"prefix": ["#!fold-case"],
"description": "Insert #!fold-case comment directive to ignore case for identifier names.",
"body": ["#!fold-case", "$0"]
},
"Compare Case Sensitive": {
"prefix": ["#!no-fold-case"],
"description": "Insert #!no-fold-case comment directive to re-enable case sensitive comparison of identifiers. This is the default.",
"body": ["#!no-fold-case", "$0"]
},
"Special Character #\\nul": {
"prefix": ["#\\nul"],
"description": "Insert the special character #\\nul",
"body": ["#\\nul $0"]
},
"Special Character #\\bel": {
"prefix": ["#\\bel"],
"description": "Insert the special character #\\bel",
"body": ["#\\bel $0"]
},
"Special Character #\\ls": {
"prefix": ["#\\ls"],
"description": "Insert the special character #\\ls",
"body": ["#\\ls $0"]
},
"Special Character #\\nel": {
"prefix": ["#\\nel"],
"description": "Insert the special character #\\nel",
"body": ["#\\nel $0"]
},
"Special Character #\\rubout": {
"prefix": ["#\\rubout"],
"description": "Insert the special character #\\rubout",
"body": ["#\\rubout $0"]
},
"Special Character #\\vt": {
"prefix": ["#\\vt"],
"description": "Insert the special character #\\vt",
"body": ["#\\vt $0"]
},
"Special Character #\\vtab": {
"prefix": ["#\\vtab"],
"description": "Insert the special character #\\vtab",
"body": ["#\\vtab $0"]
},
"Special Character #\\alarm": {
"prefix": ["#\\alarm"],
"description": "Insert the special character #\\alarm",
"body": ["#\\alarm $0"]
},
"Special Character #\\backspace": {
"prefix": ["#\\backspace"],
"description": "Insert the special character #\\backspace",
"body": ["#\\backspace $0"]
},
"Special Character #\\delete": {
"prefix": ["#\\delete"],
"description": "Insert the special character #\\delete",
"body": ["#\\delete $0"]
},
"Special Character #\\esc": {
"prefix": ["#\\esc"],
"description": "Insert the special character #\\esc",
"body": ["#\\esc $0"]
},
"Special Character #\\linefeed": {
"prefix": ["#\\linefeed"],
"description": "Insert the special character #\\linefeed",
"body": ["#\\linefeed $0"]
},
"Special Character #\\newline": {
"prefix": ["#\\newline"],
"description": "Insert the special character #\\newline",
"body": ["#\\newline $0"]
},
"Special Character #\\page": {
"prefix": ["#\\page"],
"description": "Insert the special character #\\page",
"body": ["#\\page $0"]
},
"Special Character #\\return": {
"prefix": ["#\\return"],
"description": "Insert the special character #\\return",
"body": ["#\\return $0"]
},
"Special Character #\\space": {
"prefix": ["#\\space"],
"description": "Insert the special character #\\space",
"body": ["#\\space $0"]
},
"Special Character #\\tab": {
"prefix": ["#\\tab"],
"description": "Insert the special character #\\tab",
"body": ["#\\tab $0"]
},
"Special Sequence #!eof": {
"prefix": ["#!eof"],
"description": "Insert the special object #!eof.",
"body": ["#!eof $0"]
},
"Library: chezscheme": {
"prefix": ["chezscheme"],
"description": "Insert the library name 'chezscheme'.",
"body": ["chezscheme$0"]
},
"Library: chezscheme csv7": {
"prefix": ["chezscheme csv7"],
"description": "Insert the library name 'chezscheme csv7'.",
"body": ["chezscheme csv7$0"]
},
"Library: rnrs": {
"prefix": ["rnrs"],
"description": "Insert the library name 'rnrs'.",
"body": ["rnrs$0"]
},
"Library: rnrs base (6)": {
"prefix": ["rnrs base (6)"],
"description": "Insert the library name 'rnrs base (6)'.",
"body": ["rnrs base (6)$0"]
},
"Library: rnrs arithmetic bitwise (6)": {
"prefix": ["rnrs arithmetic bitwise (6)"],
"description": "Insert the library name 'rnrs arithmetic bitwise (6)'.",
"body": ["rnrs arithmetic bitwise (6)$0"]
},
"Library: rnrs arithmetic fixnums (6)": {
"prefix": ["rnrs arithmetic fixnums (6)"],
"description": "Insert the library name 'rnrs arithmetic fixnums (6)'.",
"body": ["rnrs arithmetic fixnums (6)$0"]
},
"Library: rnrs arithmetic flonums (6)": {
"prefix": ["rnrs arithmetic flonums (6)"],
"description": "Insert the library name 'rnrs arithmetic flonums (6)'.",
"body": ["rnrs arithmetic flonums (6)$0"]
},
"Library: rnrs bytevectors (6)": {
"prefix": ["rnrs bytevectors (6)"],
"description": "Insert the library name 'rnrs bytevectors (6)'.",
"body": ["rnrs bytevectors (6)$0"]
},
"Library: rnrs conditions (6)": {
"prefix": ["rnrs conditions (6)"],
"description": "Insert the library name 'rnrs conditions (6)'.",
"body": ["rnrs conditions (6)$0"]
},
"Library: rnrs control (6)": {
"prefix": ["rnrs control (6)"],
"description": "Insert the library name 'rnrs control (6)'.",
"body": ["rnrs control (6)$0"]
},
"Library: rnrs enums (6)": {
"prefix": ["rnrs enums (6)"],
"description": "Insert the library name 'rnrs enums (6)'.",
"body": ["rnrs enums (6)$0"]
},
"Library: rnrs eval (6)": {
"prefix": ["rnrs eval (6)"],
"description": "Insert the library name 'rnrs eval (6)'.",
"body": ["rnrs eval (6)$0"]
},
"Library: rnrs exceptions (6)": {
"prefix": ["rnrs exceptions (6)"],
"description": "Insert the library name 'rnrs exceptions (6)'.",
"body": ["rnrs exceptions (6)$0"]
},
"Library: rnrs files (6)": {
"prefix": ["rnrs files (6)"],
"description": "Insert the library name 'rnrs files (6)'.",
"body": ["rnrs files (6)$0"]
},
"Library: rnrs hashtables (6)": {
"prefix": ["rnrs hashtables (6)"],
"description": "Insert the library name 'rnrs hashtables (6)'.",
"body": ["rnrs hashtables (6)$0"]
},
"Library: rnrs io ports (6)": {
"prefix": ["rnrs io ports (6)"],
"description": "Insert the library name 'rnrs io ports (6)'.",
"body": ["rnrs io ports (6)$0"]
},
"Library: rnrs io simple (6)": {
"prefix": ["rnrs io simple (6)"],
"description": "Insert the library name 'rnrs io simple (6)'.",
"body": ["rnrs io simple (6)$0"]
},
"Library: rnrs lists (6)": {
"prefix": ["rnrs lists (6)"],
"description": "Insert the library name 'rnrs lists (6)'.",
"body": ["rnrs lists (6)$0"]
},
"Library: rnrs mutable-pairs (6)": {
"prefix": ["rnrs mutable-pairs (6)"],
"description": "Insert the library name 'rnrs mutable-pairs (6)'.",
"body": ["rnrs mutable-pairs (6)$0"]
},
"Library: rnrs mutable-strings (6)": {
"prefix": ["rnrs mutable-strings (6)"],
"description": "Insert the library name 'rnrs mutable-strings (6)'.",
"body": ["rnrs mutable-strings (6)$0"]
},
"Library: rnrs programs (6)": {
"prefix": ["rnrs programs (6)"],
"description": "Insert the library name 'rnrs programs (6)'.",
"body": ["rnrs programs (6)$0"]
},
"Library: rnrs r5rs (6)": {
"prefix": ["rnrs r5rs (6)"],
"description": "Insert the library name 'rnrs r5rs (6)'.",
"body": ["rnrs r5rs (6)$0"]
},
"Library: rnrs records procedural (6)": {
"prefix": ["rnrs records procedural (6)"],
"description": "Insert the library name 'rnrs records procedural (6)'.",
"body": ["rnrs records procedural (6)$0"]
},
"Library: rnrs records syntactic (6)": {
"prefix": ["rnrs records syntactic (6)"],
"description": "Insert the library name 'rnrs records syntactic (6)'.",
"body": ["rnrs records syntactic (6)$0"]
},
"Library: rnrs records inspection (6)": {
"prefix": ["rnrs records inspection (6)"],
"description": "Insert the library name 'rnrs records inspection (6)'.",
"body": ["rnrs records inspection (6)$0"]
},
"Library: rnrs sorting (6)": {
"prefix": ["rnrs sorting (6)"],
"description": "Insert the library name 'rnrs sorting (6)'.",
"body": ["rnrs sorting (6)$0"]
},
"Library: rnrs syntax-case (6)": {
"prefix": ["rnrs syntax-case (6)"],
"description": "Insert the library name 'rnrs syntax-case (6)'.",
"body": ["rnrs syntax-case (6)$0"]
},
"Library: rnrs unicode (6)": {
"prefix": ["rnrs unicode (6)"],
"description": "Insert the library name 'rnrs unicode (6)'.",
"body": ["rnrs unicode (6)$0"]
}
}