File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2424 \\ s+
2525 (
2626 [^@\\ s<>*/]
27- (?:[^@<>*/]|\\ *[^/])*+
27+ (?:[^@<>*/]|\\ *[^/])*
2828 )
2929 (?:
3030 \\ s*
3131 (<)
32- ([^>\\ s]++ )
32+ ([^>\\ s]+)
3333 (>)
3434 )?
3535 '''
5252 ' match' : ''' (?x)
5353 ((@)borrows) \\ s+
5454 ((?:[^@\\ s*/]|\\ *[^/])+) # <that namepath>
55- \\ s++ (as) \\ s+ # as
55+ \\ s+ (as) \\ s+ # as
5656 ((?:[^@\\ s*/]|\\ *[^/])+) # <this namepath>
5757 '''
5858 ' captures' :
104104 }
105105 {
106106 # Highlighted JavaScript example
107- ' match' : ' [^\\ s@*](?:[^*]|\\ *[^/])*+ '
107+ ' match' : ' [^\\ s@*](?:[^*]|\\ *[^/])*'
108108 ' captures' :
109109 ' 0' :
110110 ' name' : ' source.embedded.js'
229229 }
230230 {
231231 ' name' : ' entity.name.type.instance.jsdoc'
232- ' match' : ' (?:[^@\\ s*/]|\\ *[^/])++ '
232+ ' match' : ' (?:[^@\\ s*/]|\\ *[^/])+'
233233 }
234234 ]
235235 }
You can’t perform that action at this time.
0 commit comments