File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 185185 "patterns" : [
186186 {
187187 "name" : " breakpoints.gdb" ,
188- "match" : " \\ b (\\ d+|\\ $\\ w+)\\ b[ \t ]*" ,
188+ "match" : " (\\ d+|\\ $\\ w+)\\ b[ \t ]*" ,
189189 "captures" : { "1" : { "name" : " entity.name.tag.breakpoint.gdb" } }
190190 }
191191 ],
202202 "patterns" : [
203203 {
204204 "name" : " breakpoints.gdb" ,
205- "match" : " \\ b (\\ d+|\\ $\\ w+)\\ b[ \t ]*" ,
205+ "match" : " (\\ d+|\\ $\\ w+)\\ b[ \t ]*" ,
206206 "captures" : { "1" : { "name" : " entity.name.tag.breakpoint.gdb" } }
207207 }
208208 ],
219219 "patterns" : [
220220 {
221221 "name" : " breakpoints.gdb" ,
222- "match" : " \\ b (\\ d+|\\ $\\ w+)" ,
222+ "match" : " (\\ d+|\\ $\\ w+)" ,
223223 "captures" : { "1" : { "name" : " entity.name.tag.breakpoint.gdb" } }
224224 }
225225 ],
262262 "beginCaptures" : { "1" : { "name" : " keyword.control.command.gdb" } },
263263 "patterns" : [
264264 {
265- "match" : " \\ b (\\ $\\ w+|\\ d+(?:-\\ d+)*|all|SIG[A-Z]+)" ,
265+ "match" : " (\\ $\\ w+|\\ d+(?:-\\ d+)*|all|SIG[A-Z]+)\\ b " ,
266266 "captures" : { "1" : { "name" : " support.class.signals.gdb" } }
267267 },
268268 {
You can’t perform that action at this time.
0 commit comments