File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1353
1353
"patterns" : [ { "include" : " #frame-spec" } ],
1354
1354
"end" : " $"
1355
1355
},
1356
- {
1356
+ {
1357
1357
"name" : " meta.command.select-frame.gdb" ,
1358
1358
"begin" : " (?:^|\\ G)[ \t ]*\\ b(sele(?:c(?:t(?:-(?:f(?:r(?:a(?:me?)?)?)?)?)?)?)?)[ \t ]*" ,
1359
1359
"beginCaptures" : { "1" : { "name" : " keyword.control.command.gdb" } },
1368
1368
"2" : { "patterns" : [ { "include" : " #numeric" } ] }
1369
1369
}
1370
1370
},
1371
+ {
1372
+ "name" : " meta.command.do.gdb" ,
1373
+ "match" : " (?:^|\\ G)[ \t ]*\\ b(do(?:w(?:n(?:-(?:s(?:i(?:l(?:e(?:n(?:t(?:ly?)?)?)?)?)?)?)?)?)?)?)(?:[ \t ]+([0-9]+))?[ \t ]*$" ,
1374
+ "captures" : {
1375
+ "1" : { "name" : " keyword.control.command.gdb" },
1376
+ "2" : { "patterns" : [ { "include" : " #numeric" } ] }
1377
+ }
1371
1378
}
1372
1379
]
1373
1380
},
Original file line number Diff line number Diff line change
1
+ do 1
2
+ dow 1
3
+ down 1
4
+ down - 1
5
+ down -s 1
6
+ down -si 1
7
+ down -sil 1
8
+ down -sile 1
9
+ down -silen 1
10
+ down -silent 1
11
+ down -silentl 1
12
+ down -silently 1
You can’t perform that action at this time.
0 commit comments