File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 132132 ]
133133 },
134134 "documentation_bold" : {
135- "match" : " (?:(?<=\\ s|^))(\\ *)(?:(?=\\ S))(.*?)(?:(?<=\\ S))(\\ *)(?:(?=\\ s|_))" ,
135+ "match" : " (?:(?<=\\ s|^))(\\ *)(?:(?=\\ S))(.*?)(?:(?<=\\ S))(\\ *)(?:(?=\\ s|_| \\ . ))" ,
136136 "captures" : {
137137 "1" : { "name" : " punctuation.definition.italic.markdown" },
138138 "2" : {
151151 }
152152 },
153153 "documentation_italic" : {
154- "match" : " (?:(?<=\\ s|^))(_)(?:(?=\\ S))(.*?)(?:(?<=\\ S))(_)(?:(?=\\ s|\\ *))" ,
154+ "match" : " (?:(?<=\\ s|^))(_)(?:(?=\\ S))(.*?)(?:(?<=\\ S))(_)(?:(?=\\ s|\\ *| \\ . ))" ,
155155 "captures" : {
156156 "1" : { "name" : " punctuation.definition.italic.markdown" },
157157 "2" : {
Original file line number Diff line number Diff line change 132132 ]
133133 },
134134 "documentation_bold" : {
135- "match" : " (?:(?<=\\ s|^))(\\ *)(?:(?=\\ S))(.*?)(?:(?<=\\ S))(\\ *)(?:(?=\\ s|_))" ,
135+ "match" : " (?:(?<=\\ s|^))(\\ *)(?:(?=\\ S))(.*?)(?:(?<=\\ S))(\\ *)(?:(?=\\ s|_| \\ . ))" ,
136136 "captures" : {
137137 "1" : { "name" : " punctuation.definition.italic.markdown" },
138138 "2" : {
151151 }
152152 },
153153 "documentation_italic" : {
154- "match" : " (?:(?<=\\ s|^))(_)(?:(?=\\ S))(.*?)(?:(?<=\\ S))(_)(?:(?=\\ s|\\ *))" ,
154+ "match" : " (?:(?<=\\ s|^))(_)(?:(?=\\ S))(.*?)(?:(?<=\\ S))(_)(?:(?=\\ s|\\ *| \\ . ))" ,
155155 "captures" : {
156156 "1" : { "name" : " punctuation.definition.italic.markdown" },
157157 "2" : {
You can’t perform that action at this time.
0 commit comments