|
6 | 6 | "command": "docblockr_python",
|
7 | 7 | "context": [
|
8 | 8 | { "key": "selector", "operator": "equal", "operand": "string.quoted.double.block", "match_all": false },
|
9 |
| - { "key": "setting.auto_indent", "operator": "equal", "operand": true, "match_all": true }, |
10 |
| - { "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true }, |
11 |
| - { "key": "auto_complete_visible", "operator": "equal", "operand": false, "match_all": true }, |
12 |
| - { "key": "preceding_text", "operator": "regex_contains", "operand": "^\\s*(\"\"\")\\s*$", "match_all": true } |
| 9 | + { "key": "setting.auto_indent", "operator": "equal", "operand": true, "match_all": true }, |
| 10 | + { "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true }, |
| 11 | + { "key": "auto_complete_visible", "operator": "equal", "operand": false, "match_all": true }, |
| 12 | + { "key": "preceding_text", "operator": "regex_contains", "operand": "^\\s*(\"\"\")\\s*$", "match_all": true } |
13 | 13 | ]
|
14 | 14 | },
|
15 | 15 | {
|
|
19 | 19 | "command": "docblockr_python",
|
20 | 20 | "context": [
|
21 | 21 | { "key": "selector", "operator": "equal", "operand": "string.quoted.double.block", "match_all": false },
|
22 |
| - { "key": "setting.auto_indent", "operator": "equal", "operand": true, "match_all": true }, |
23 |
| - { "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true }, |
24 |
| - { "key": "auto_complete_visible", "operator": "equal", "operand": false, "match_all": true }, |
25 |
| - { "key": "preceding_text", "operator": "regex_contains", "operand": "^\\s*(\"\"\")\\s*$", "match_all": true } |
| 22 | + { "key": "setting.auto_indent", "operator": "equal", "operand": true, "match_all": true }, |
| 23 | + { "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true }, |
| 24 | + { "key": "auto_complete_visible", "operator": "equal", "operand": false, "match_all": true }, |
| 25 | + { "key": "preceding_text", "operator": "regex_contains", "operand": "^\\s*(\"\"\")\\s*$", "match_all": true } |
26 | 26 | ]
|
27 | 27 | },
|
28 | 28 | {
|
|
32 | 32 | "command": "docblockr_python",
|
33 | 33 | "context": [
|
34 | 34 | { "key": "selector", "operator": "equal", "operand": "string.quoted.double.block", "match_all": false },
|
35 |
| - { "key": "setting.auto_indent", "operator": "equal", "operand": true, "match_all": true }, |
36 |
| - { "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true }, |
37 |
| - { "key": "auto_complete_visible", "operator": "equal", "operand": false, "match_all": true }, |
38 |
| - { "key": "preceding_text", "operator": "regex_contains", "operand": "^\\s*(\"\"\")\\s*$", "match_all": true } |
| 35 | + { "key": "setting.auto_indent", "operator": "equal", "operand": true, "match_all": true }, |
| 36 | + { "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true }, |
| 37 | + { "key": "auto_complete_visible", "operator": "equal", "operand": false, "match_all": true }, |
| 38 | + { "key": "preceding_text", "operator": "regex_contains", "operand": "^\\s*(\"\"\")\\s*$", "match_all": true } |
39 | 39 | ]
|
40 | 40 | }
|
41 | 41 | ]
|
0 commit comments