|
4 | 4 | "name": "Actions",
|
5 | 5 | "id": "actions",
|
6 | 6 | "items": [
|
| 7 | + { |
| 8 | + "id": "addSelection", |
| 9 | + "type": "action", |
| 10 | + "variations": [ |
| 11 | + { |
| 12 | + "spokenForm": "append <target>", |
| 13 | + "description": "Add selection" |
| 14 | + } |
| 15 | + ] |
| 16 | + }, |
| 17 | + { |
| 18 | + "id": "addSelectionAfter", |
| 19 | + "type": "action", |
| 20 | + "variations": [ |
| 21 | + { |
| 22 | + "spokenForm": "append post <target>", |
| 23 | + "description": "Add selection after" |
| 24 | + } |
| 25 | + ] |
| 26 | + }, |
| 27 | + { |
| 28 | + "id": "addSelectionBefore", |
| 29 | + "type": "action", |
| 30 | + "variations": [ |
| 31 | + { |
| 32 | + "spokenForm": "append pre <target>", |
| 33 | + "description": "Add selection before" |
| 34 | + } |
| 35 | + ] |
| 36 | + }, |
7 | 37 | {
|
8 | 38 | "id": "applyFormatter",
|
9 | 39 | "type": "action",
|
|
138 | 168 | }
|
139 | 169 | ]
|
140 | 170 | },
|
| 171 | + { |
| 172 | + "id": "flashTargets", |
| 173 | + "type": "action", |
| 174 | + "variations": [ |
| 175 | + { |
| 176 | + "spokenForm": "flash <target>", |
| 177 | + "description": "Flash targets" |
| 178 | + } |
| 179 | + ] |
| 180 | + }, |
141 | 181 | {
|
142 | 182 | "id": "foldRegion",
|
143 | 183 | "type": "action",
|
|
173 | 213 | "type": "action",
|
174 | 214 | "variations": [
|
175 | 215 | {
|
176 |
| - "spokenForm": "snippet make <target>", |
| 216 | + "spokenForm": "snip make <target>", |
177 | 217 | "description": "Generate snippet"
|
178 | 218 | }
|
179 | 219 | ]
|
180 | 220 | },
|
| 221 | + { |
| 222 | + "id": "gitAccept", |
| 223 | + "type": "action", |
| 224 | + "variations": [ |
| 225 | + { |
| 226 | + "spokenForm": "git accept <target>", |
| 227 | + "description": "Git accept" |
| 228 | + } |
| 229 | + ] |
| 230 | + }, |
| 231 | + { |
| 232 | + "id": "gitRevert", |
| 233 | + "type": "action", |
| 234 | + "variations": [ |
| 235 | + { |
| 236 | + "spokenForm": "git revert <target>", |
| 237 | + "description": "Git revert" |
| 238 | + } |
| 239 | + ] |
| 240 | + }, |
| 241 | + { |
| 242 | + "id": "gitStage", |
| 243 | + "type": "action", |
| 244 | + "variations": [ |
| 245 | + { |
| 246 | + "spokenForm": "git stage <target>", |
| 247 | + "description": "Git stage" |
| 248 | + } |
| 249 | + ] |
| 250 | + }, |
| 251 | + { |
| 252 | + "id": "gitUnstage", |
| 253 | + "type": "action", |
| 254 | + "variations": [ |
| 255 | + { |
| 256 | + "spokenForm": "git unstage <target>", |
| 257 | + "description": "Git unstage" |
| 258 | + } |
| 259 | + ] |
| 260 | + }, |
181 | 261 | {
|
182 | 262 | "id": "highlight",
|
183 | 263 | "type": "action",
|
|
263 | 343 | "type": "action",
|
264 | 344 | "variations": [
|
265 | 345 | {
|
266 |
| - "spokenForm": "snippet <target>", |
| 346 | + "spokenForm": "snip <target>", |
267 | 347 | "description": "Insert snippet"
|
268 | 348 | }
|
269 | 349 | ]
|
|
906 | 986 | "spokenForm": "previous <scope>",
|
907 | 987 | "description": "Previous instance of <scope>"
|
908 | 988 | },
|
909 |
| - { |
910 |
| - "spokenForm": "next <scope>", |
911 |
| - "description": "Next instance of <scope>" |
912 |
| - }, |
913 | 989 | {
|
914 | 990 | "spokenForm": "<ordinal> previous <scope>",
|
915 | 991 | "description": "<ordinal> instance of <scope> before target"
|
916 | 992 | },
|
| 993 | + { |
| 994 | + "spokenForm": "next <scope>", |
| 995 | + "description": "Next instance of <scope>" |
| 996 | + }, |
917 | 997 | {
|
918 | 998 | "spokenForm": "<ordinal> next <scope>",
|
919 | 999 | "description": "<ordinal> instance of <scope> after target"
|
|
1126 | 1206 | }
|
1127 | 1207 | ]
|
1128 | 1208 | },
|
| 1209 | + { |
| 1210 | + "id": "string", |
| 1211 | + "type": "pairedDelimiter", |
| 1212 | + "variations": [ |
| 1213 | + { |
| 1214 | + "spokenForm": "string", |
| 1215 | + "description": "String" |
| 1216 | + } |
| 1217 | + ] |
| 1218 | + }, |
1129 | 1219 | {
|
1130 | 1220 | "id": "whitespace",
|
1131 | 1221 | "type": "pairedDelimiter",
|
|
1232 | 1322 | "variations": [
|
1233 | 1323 | {
|
1234 | 1324 | "spokenForm": "short paint",
|
1235 |
| - "description": "Non whitespace sequence stopped by surrounding pair delimeters" |
| 1325 | + "description": "Non-whitespace sequence bounded by surrounding pair delimeters" |
| 1326 | + } |
| 1327 | + ] |
| 1328 | + }, |
| 1329 | + { |
| 1330 | + "id": "boundedParagraph", |
| 1331 | + "type": "scopeType", |
| 1332 | + "variations": [ |
| 1333 | + { |
| 1334 | + "spokenForm": "short block", |
| 1335 | + "description": "Paragraph bounded by surrounding pair delimeters" |
1236 | 1336 | }
|
1237 | 1337 | ]
|
1238 | 1338 | },
|
|
1506 | 1606 | }
|
1507 | 1607 | ]
|
1508 | 1608 | },
|
| 1609 | + { |
| 1610 | + "id": "pair", |
| 1611 | + "type": "scopeType", |
| 1612 | + "variations": [ |
| 1613 | + { |
| 1614 | + "spokenForm": "<pair>", |
| 1615 | + "description": "Paired delimiters" |
| 1616 | + } |
| 1617 | + ] |
| 1618 | + }, |
1509 | 1619 | {
|
1510 | 1620 | "id": "paragraph",
|
1511 | 1621 | "type": "scopeType",
|
|
0 commit comments