File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1293
1293
"beginCaptures" : {
1294
1294
"0" : { "name" : " variable.parameter.function.python" }
1295
1295
},
1296
- "end" : " (^\\ s*$|(?=\"\"\" ))" ,
1296
+ "end" : " (^\\ s*$|\\ s* (?=\"\"\" ))" ,
1297
1297
"patterns" : [
1298
1298
{
1299
1299
"match" : " ^\\ s*(\\ w*)\\ s*\\ {([^\\ {\\ }]*)\\ }\\ s*--\\ s*(.*)$" ,
1310
1310
"beginCaptures" : {
1311
1311
"0" : { "name" : " constant.numeric.integer.decimal.python" }
1312
1312
},
1313
- "end" : " (^\\ s*$|(?=\"\"\" ))" ,
1313
+ "end" : " (^\\ s*$|\\ s* (?=\"\"\" ))" ,
1314
1314
"patterns" : [
1315
1315
{
1316
1316
"match" : " ^\\ s*(\\ w*)\\ s*\\ {([^\\ {\\ }]*)\\ }(\\ s*--)?\\ s*(.*)?$" ,
1327
1327
"beginCaptures" : {
1328
1328
"0" : { "name" : " support.function.magic.python" }
1329
1329
},
1330
- "end" : " (^\\ s*$|(?=\"\"\" ))"
1330
+ "end" : " (^\\ s*$|\\ s* (?=\"\"\" ))"
1331
1331
},
1332
1332
{
1333
1333
"begin" : " ^\\ s*([Ee]xtends|[Dd]ecorators)(:)?\\ s*$" ,
1334
1334
"beginCaptures" : {
1335
1335
"0" : { "name" : " entity.name.function.decorator.python" }
1336
1336
},
1337
- "end" : " (^\\ s*$|(?=\"\"\" ))" ,
1337
+ "end" : " (^\\ s*$|\\ s* (?=\"\"\" ))" ,
1338
1338
"patterns" : [
1339
1339
{
1340
1340
"match" : " ^(.*)$" ,
1349
1349
"beginCaptures" : {
1350
1350
"0" : { "name" : " keyword.other.python" }
1351
1351
},
1352
- "end" : " (^\\ s*$|(?=\"\"\" ))" ,
1352
+ "end" : " (^\\ s*$|\\ s* (?=\"\"\" ))" ,
1353
1353
"patterns" : [
1354
1354
{
1355
1355
"match" : " ^\\ s*\\ {([^\\ {\\ }]*)\\ }" ,
Original file line number Diff line number Diff line change 2249
2249
</dict >
2250
2250
</dict >
2251
2251
<key >end </key >
2252
- <string >(^\s*$|(?=""")) </string >
2252
+ <string >(^\s*$|\s* (?=""")) </string >
2253
2253
<key >patterns </key >
2254
2254
<array >
2255
2255
<dict >
2288
2288
</dict >
2289
2289
</dict >
2290
2290
<key >end </key >
2291
- <string >(^\s*$|(?=""")) </string >
2291
+ <string >(^\s*$|\s* (?=""")) </string >
2292
2292
<key >patterns </key >
2293
2293
<array >
2294
2294
<dict >
2327
2327
</dict >
2328
2328
</dict >
2329
2329
<key >end </key >
2330
- <string >(^\s*$|(?=""")) </string >
2330
+ <string >(^\s*$|\s* (?=""")) </string >
2331
2331
</dict >
2332
2332
<dict >
2333
2333
<key >begin </key >
2341
2341
</dict >
2342
2342
</dict >
2343
2343
<key >end </key >
2344
- <string >(^\s*$|(?=""")) </string >
2344
+ <string >(^\s*$|\s* (?=""")) </string >
2345
2345
<key >patterns </key >
2346
2346
<array >
2347
2347
<dict >
2370
2370
</dict >
2371
2371
</dict >
2372
2372
<key >end </key >
2373
- <string >(^\s*$|(?=""")) </string >
2373
+ <string >(^\s*$|\s* (?=""")) </string >
2374
2374
<key >patterns </key >
2375
2375
<array >
2376
2376
<dict >
You can’t perform that action at this time.
0 commit comments