|
35 | 35 | "operator": "regex_contains", |
36 | 36 | "operand": "^\\)", |
37 | 37 | "match_all": true |
| 38 | + }, { |
| 39 | + "key": "setting.command_mode", |
| 40 | + "operand": false |
38 | 41 | }] |
39 | 42 | },{ |
40 | 43 | // [] have the same behavior as {}. |
|
61 | 64 | "operator": "regex_contains", |
62 | 65 | "operand": "^\\]", |
63 | 66 | "match_all": true |
| 67 | + }, { |
| 68 | + "key": "setting.command_mode", |
| 69 | + "operand": false |
64 | 70 | }] |
65 | 71 | },{ |
66 | 72 | // '' have the same behavior as {}. |
|
87 | 93 | "operator": "regex_contains", |
88 | 94 | "operand": "^'", |
89 | 95 | "match_all": true |
| 96 | + }, { |
| 97 | + "key": "setting.command_mode", |
| 98 | + "operand": false |
90 | 99 | }] |
91 | 100 | },{ |
92 | 101 | // "" have the same behavior as {}. |
|
113 | 122 | "operator": "regex_contains", |
114 | 123 | "operand": "^\"", |
115 | 124 | "match_all": true |
| 125 | + }, { |
| 126 | + "key": "setting.command_mode", |
| 127 | + "operand": false |
116 | 128 | }] |
117 | 129 | },{ |
118 | 130 | // `` have the same behavior as {}. |
|
139 | 151 | "operator": "regex_contains", |
140 | 152 | "operand": "^`", |
141 | 153 | "match_all": true |
| 154 | + }, { |
| 155 | + "key": "setting.command_mode", |
| 156 | + "operand": false |
142 | 157 | }] |
143 | 158 | },{ |
144 | 159 | // JS - Pair template. |
|
164 | 179 | "key": "setting.auto_match_enabled", |
165 | 180 | "operator": "equal", |
166 | 181 | "operand": true |
| 182 | + }, { |
| 183 | + "key": "setting.command_mode", |
| 184 | + "operand": false |
167 | 185 | }] |
168 | 186 | },{ |
169 | 187 | // JS - Pair template for selected text. |
|
184 | 202 | "key": "setting.auto_match_enabled", |
185 | 203 | "operator": "equal", |
186 | 204 | "operand": true |
| 205 | + }, { |
| 206 | + "key": "setting.command_mode", |
| 207 | + "operand": false |
187 | 208 | }] |
188 | 209 | },{ |
189 | 210 | // Delete empty “`”. |
|
216 | 237 | "key": "setting.auto_match_enabled", |
217 | 238 | "operator": "equal", |
218 | 239 | "operand": true |
| 240 | + }, { |
| 241 | + "key": "setting.command_mode", |
| 242 | + "operand": false |
219 | 243 | }] |
220 | 244 | },{ |
221 | 245 | // JS - Pair interpolation |
|
241 | 265 | "key": "setting.auto_match_enabled", |
242 | 266 | "operator": "equal", |
243 | 267 | "operand": true |
| 268 | + }, { |
| 269 | + "key": "setting.command_mode", |
| 270 | + "operand": false |
244 | 271 | }] |
245 | 272 | },{ |
246 | 273 | // Adds “className=""” when “.” is pressed. |
|
257 | 284 | "operand": true, |
258 | 285 | "key": "setting.auto_id_class", |
259 | 286 | "match_all": true |
| 287 | + }, { |
| 288 | + "key": "setting.command_mode", |
| 289 | + "operand": false |
260 | 290 | }] |
261 | 291 | },{ |
262 | 292 | // Adds “id=""” when “#” is pressed. |
|
273 | 303 | "operator": "equal", |
274 | 304 | "operand": true, |
275 | 305 | "match_all": true |
| 306 | + }, { |
| 307 | + "key": "setting.command_mode", |
| 308 | + "operand": false |
276 | 309 | }] |
277 | 310 | },{ |
278 | 311 | // Auto complete tags using tab and emmet. |
|
303 | 336 | "operator": "equal", |
304 | 337 | "operand": false, |
305 | 338 | "match_all": true |
| 339 | + }, { |
| 340 | + "key": "setting.command_mode", |
| 341 | + "operand": false |
306 | 342 | }] |
307 | 343 | },{ |
308 | 344 | // Close HTML, JSX and XML tags. |
|
323 | 359 | "key": "setting.auto_close_tags", |
324 | 360 | "operator": "equal", |
325 | 361 | "operand": true |
| 362 | + }, { |
| 363 | + "key": "setting.command_mode", |
| 364 | + "operand": false |
326 | 365 | }] |
327 | 366 | },{ |
328 | 367 | // Close JSX tag on “>”. |
|
348 | 387 | "operator": "equal", |
349 | 388 | "operand": true, |
350 | 389 | "match_all": true |
| 390 | + }, { |
| 391 | + "key": "setting.command_mode", |
| 392 | + "operand": false |
351 | 393 | }] |
352 | 394 | },{ |
353 | 395 | // Close self closing JSX tag on “/”. |
|
374 | 416 | "operator": "equal", |
375 | 417 | "operand": true, |
376 | 418 | "match_all": true |
| 419 | + }, { |
| 420 | + "key": "setting.command_mode", |
| 421 | + "operand": false |
377 | 422 | }] |
378 | 423 | }] |
0 commit comments