|
1061 | 1061 | "patterns": [ |
1062 | 1062 | { |
1063 | 1063 | "begin": "-", |
1064 | | - "end": "(?!\\G)|(\\\\{3})(\\\\)|(\\\\{2})([]\\[])|(\\\\{2})([-:^])|(\\\\{2}(?i:[DHSW]|p{[^}]*})|\\[:[^]]+:])|(\\\\{1,2})(/)|([^]\\[\\\\])", |
| 1064 | + "end": "(?<=-\\\\{2})(.)|(?!\\G)|(\\\\{3})(\\\\)|(\\\\{2})([]\\[])|(\\\\{2})([-:^])|(\\\\{2}(?i:[DHSW]|p{[^}]*})|\\[:[^]]+:])|(\\\\{1,2})(/)|([^]\\[\\\\])", |
1065 | 1065 | "beginCaptures": { "0": { "name": "support.class.tm strong" } }, |
1066 | 1066 | "endCaptures": { |
1067 | | - "1": { "name": "constant.character.escape.tm" }, |
1068 | | - "2": { "name": "support.class.tm" }, |
1069 | | - "3": { "name": "constant.character.escape.tm" }, |
1070 | | - "4": { "name": "support.class.tm regex" }, |
1071 | | - "5": { "name": "punctuation.definition.tag.tm" }, |
1072 | | - "6": { "name": "support.class.tm regex" }, |
1073 | | - "7": { "name": "invalid.illegal.tm" }, |
1074 | | - "8": { "name": "punctuation.definition.tag.tm" }, |
1075 | | - "9": { "name": "support.class.tm" }, |
1076 | | - "10": { "name": "support.class.tm regex" } |
| 1067 | + "1": { "name": "support.class.tm regex" }, |
| 1068 | + "2": { "name": "constant.character.escape.tm" }, |
| 1069 | + "3": { "name": "support.class.tm" }, |
| 1070 | + "4": { "name": "constant.character.escape.tm" }, |
| 1071 | + "5": { "name": "support.class.tm regex" }, |
| 1072 | + "6": { "name": "punctuation.definition.tag.tm" }, |
| 1073 | + "7": { "name": "support.class.tm regex" }, |
| 1074 | + "8": { "name": "invalid.illegal.tm" }, |
| 1075 | + "9": { "name": "punctuation.definition.tag.tm" }, |
| 1076 | + "10": { "name": "support.class.tm" }, |
| 1077 | + "11": { "name": "support.class.tm regex" } |
1077 | 1078 | }, |
1078 | 1079 | "patterns": [ |
1079 | 1080 | { "include": "#character-class-range-code-point" }, |
|
0 commit comments