|
49 | 49 | "beginCaptures": { "1": { "name": "keyword.control.command.gdb" } }, |
50 | 50 | "patterns": [ |
51 | 51 | { |
52 | | - "match": "\\b(-rfu(?:nction)?)\\b[ \t]+([^[ \t]]+)", |
| 52 | + "match": "(-rfu(?:nction)?)\\b[ \t]+([^[ \t]]+)", |
53 | 53 | "captures": { |
54 | 54 | "1": { "name": "support.function.option.gdb" }, |
55 | 55 | "2": { "name": "string.regexp.gdb" } |
56 | 56 | } |
57 | 57 | }, |
58 | 58 | { |
59 | | - "match": "\\b(-fu(?:nction)?)\\b[ \t]+([^[ \t]]+)", |
| 59 | + "match": "(-fu(?:nction)?)\\b[ \t]+([^[ \t]]+)", |
60 | 60 | "captures": { |
61 | 61 | "1": { "name": "support.function.option.gdb" }, |
62 | 62 | "2": { "patterns": [ { "include": "#location"} ] } |
63 | 63 | } |
64 | 64 | }, |
65 | 65 | { |
66 | | - "match": "\\b(-fi(?:le)?)\\b[ \t]+([^[ \t]]+)", |
| 66 | + "match": "(-fi(?:le)?)\\b[ \t]+([^[ \t]]+)", |
67 | 67 | "captures": { |
68 | 68 | "1": { "name": "support.function.option.gdb" }, |
69 | 69 | "2": { "name": "markup.underline.link.filename.gdb" } |
70 | 70 | } |
71 | 71 | }, |
72 | 72 | { |
73 | | - "match": "\\b(-gf(?:ile)?)\\b[ \t]+([^[ \t]]+)", |
| 73 | + "match": "(-gf(?:ile)?)\\b[ \t]+([^[ \t]]+)", |
74 | 74 | "captures": { |
75 | 75 | "1": { "name": "support.function.option.gdb" }, |
76 | 76 | "2": { "name": "string.regexp.gdb" } |
|
1061 | 1061 | "beginCaptures": { "1": { "name": "keyword.control.command.gdb" } }, |
1062 | 1062 | "patterns": [ |
1063 | 1063 | { |
1064 | | - "match": "\\b(-copies)\\b[ \t]+(\\d+)", |
| 1064 | + "match": "(-copies)\\b[ \t]+(\\d+)", |
1065 | 1065 | "captures": { |
1066 | 1066 | "1": { "name": "support.function.copies.gdb" }, |
1067 | 1067 | "2": { "name": "variable.other.gdb" } |
1068 | 1068 | } |
1069 | 1069 | }, |
1070 | 1070 | { |
1071 | | - "match": "\\b(-exec)\\b[ \t]+(\\w+)", |
| 1071 | + "match": "(-exec)\\b[ \t]+(\\w+)", |
1072 | 1072 | "captures": { |
1073 | 1073 | "1": { "name": "support.function.copies.gdb" }, |
1074 | 1074 | "2": { "name": "markup.underline.link.gdb" } |
1075 | 1075 | } |
1076 | 1076 | }, |
1077 | 1077 | { |
1078 | | - "match": "\\b(-no-connection)\\b", |
| 1078 | + "match": "(-no-connection)\\b", |
1079 | 1079 | "captures": { "1": { "name": "support.function.copies.gdb" } } |
1080 | 1080 | } |
1081 | 1081 | ], |
|
0 commit comments