File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 132
132
]
133
133
},
134
134
"documentation_bold" : {
135
- "match" : " (?:(?<=\\ s|^))(\\ *)(?:(?=\\ S))(.*?)(?:(?<=\\ S))(\\ *)(?:(?=\\ s|_))" ,
135
+ "match" : " (?:(?<=\\ s|^))(\\ *)(?:(?=\\ S))(.*?)(?:(?<=\\ S))(\\ *)(?:(?=\\ s|_| \\ . ))" ,
136
136
"captures" : {
137
137
"1" : { "name" : " punctuation.definition.italic.markdown" },
138
138
"2" : {
151
151
}
152
152
},
153
153
"documentation_italic" : {
154
- "match" : " (?:(?<=\\ s|^))(_)(?:(?=\\ S))(.*?)(?:(?<=\\ S))(_)(?:(?=\\ s|\\ *))" ,
154
+ "match" : " (?:(?<=\\ s|^))(_)(?:(?=\\ S))(.*?)(?:(?<=\\ S))(_)(?:(?=\\ s|\\ *| \\ . ))" ,
155
155
"captures" : {
156
156
"1" : { "name" : " punctuation.definition.italic.markdown" },
157
157
"2" : {
Original file line number Diff line number Diff line change 132
132
]
133
133
},
134
134
"documentation_bold" : {
135
- "match" : " (?:(?<=\\ s|^))(\\ *)(?:(?=\\ S))(.*?)(?:(?<=\\ S))(\\ *)(?:(?=\\ s|_))" ,
135
+ "match" : " (?:(?<=\\ s|^))(\\ *)(?:(?=\\ S))(.*?)(?:(?<=\\ S))(\\ *)(?:(?=\\ s|_| \\ . ))" ,
136
136
"captures" : {
137
137
"1" : { "name" : " punctuation.definition.italic.markdown" },
138
138
"2" : {
151
151
}
152
152
},
153
153
"documentation_italic" : {
154
- "match" : " (?:(?<=\\ s|^))(_)(?:(?=\\ S))(.*?)(?:(?<=\\ S))(_)(?:(?=\\ s|\\ *))" ,
154
+ "match" : " (?:(?<=\\ s|^))(_)(?:(?=\\ S))(.*?)(?:(?<=\\ S))(_)(?:(?=\\ s|\\ *| \\ . ))" ,
155
155
"captures" : {
156
156
"1" : { "name" : " punctuation.definition.italic.markdown" },
157
157
"2" : {
You can’t perform that action at this time.
0 commit comments