|
1001 | 1001 | 'name': 'punctuation.definition.string.begin.python'
|
1002 | 1002 | '3':
|
1003 | 1003 | 'patterns': [
|
1004 |
| - 'include': '#constant_placeholder' |
1005 |
| - 'include': '#escaped_unicode_char' |
1006 |
| - 'include': '#escaped_char' |
1007 |
| - 'include': '#regular_expressions' |
| 1004 | + {'include': '#constant_placeholder'} |
| 1005 | + {'include': '#escaped_unicode_char'} |
| 1006 | + {'include': '#escaped_char'} |
| 1007 | + {'include': '#regular_expressions'} |
1008 | 1008 | ]
|
1009 | 1009 | '4':
|
1010 | 1010 | 'name': 'punctuation.definition.string.end.python'
|
|
1049 | 1049 | 'name': 'punctuation.definition.string.begin.python'
|
1050 | 1050 | '3':
|
1051 | 1051 | 'patterns': [
|
1052 |
| - 'include': '#constant_placeholder' |
1053 |
| - 'include': '#escaped_char' |
1054 |
| - 'include': '#regular_expressions' |
| 1052 | + {'include': '#constant_placeholder'} |
| 1053 | + {'include': '#escaped_char'} |
| 1054 | + {'include': '#regular_expressions'} |
1055 | 1055 | ]
|
1056 | 1056 | '4':
|
1057 | 1057 | 'name': 'punctuation.definition.string.end.python'
|
|
1369 | 1369 | 'name': 'punctuation.definition.string.begin.python'
|
1370 | 1370 | '3':
|
1371 | 1371 | 'patterns': [
|
1372 |
| - 'include': '#constant_placeholder' |
1373 |
| - 'include': '#escaped_unicode_char' |
1374 |
| - 'include': '#escaped_char' |
1375 |
| - 'include': '#regular_expressions' |
| 1372 | + {'include': '#constant_placeholder'} |
| 1373 | + {'include': '#escaped_unicode_char'} |
| 1374 | + {'include': '#escaped_char'} |
| 1375 | + {'include': '#regular_expressions'} |
1376 | 1376 | ]
|
1377 | 1377 | '4':
|
1378 | 1378 | 'name': 'punctuation.definition.string.end.python'
|
|
1415 | 1415 | 'name': 'punctuation.definition.string.begin.python'
|
1416 | 1416 | '3':
|
1417 | 1417 | 'patterns': [
|
1418 |
| - 'include': '#constant_placeholder' |
1419 |
| - 'include': '#escaped_char' |
1420 |
| - 'include': '#regular_expressions' |
| 1418 | + {'include': '#constant_placeholder'} |
| 1419 | + {'include': '#escaped_char'} |
| 1420 | + {'include': '#regular_expressions'} |
1421 | 1421 | ]
|
1422 | 1422 | '4':
|
1423 | 1423 | 'name': 'punctuation.definition.string.end.python'
|
|
0 commit comments