github-linguist 6.0.0 → 6.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/grammars/source.ballerina.json +1 -1
- data/grammars/source.elm.json +375 -0
- data/grammars/source.gfm.json +3 -1
- data/grammars/source.modelica.json +4 -0
- data/grammars/source.nextflow-groovy.json +0 -1
- data/grammars/source.nextflow.json +55 -35
- data/grammars/source.python.json +125 -125
- data/grammars/source.regexp.python.json +15 -15
- data/grammars/source.rexx.json +1 -1
- data/grammars/source.sas.json +2 -2
- data/grammars/source.solidity.json +1 -1
- data/grammars/source.ts.json +141 -141
- data/grammars/source.tsx.json +4185 -184
- data/grammars/text.html.mediawiki.elm-build-output.json +97 -0
- data/grammars/text.html.mediawiki.elm-documentation.json +17 -0
- data/grammars/text.html.vue.json +925 -0
- data/lib/linguist/version.rb +1 -1
- metadata +6 -2
data/grammars/source.python.json
CHANGED
@@ -199,7 +199,7 @@
|
|
199
199
|
"match": "(?x)\n \\b ([[:alpha:]_]\\w*) \\s*(=)(?!=)\n",
|
200
200
|
"captures": {
|
201
201
|
"1": {
|
202
|
-
"name": "
|
202
|
+
"name": "entity.other.inherited-class.python variable.parameter.class.python"
|
203
203
|
},
|
204
204
|
"2": {
|
205
205
|
"name": "keyword.operator.assignment.python"
|
@@ -549,7 +549,7 @@
|
|
549
549
|
},
|
550
550
|
"endCaptures": {
|
551
551
|
"1": {
|
552
|
-
"name": "
|
552
|
+
"name": "keyword.operator.conditional.negative.regexp punctuation.parenthesis.conditional.end.regexp"
|
553
553
|
},
|
554
554
|
"2": {
|
555
555
|
"name": "invalid.illegal.newline.python"
|
@@ -617,7 +617,7 @@
|
|
617
617
|
},
|
618
618
|
"endCaptures": {
|
619
619
|
"1": {
|
620
|
-
"name": "
|
620
|
+
"name": "keyword.operator.lookahead.regexp punctuation.parenthesis.lookahead.end.regexp"
|
621
621
|
},
|
622
622
|
"2": {
|
623
623
|
"name": "invalid.illegal.newline.python"
|
@@ -642,7 +642,7 @@
|
|
642
642
|
},
|
643
643
|
"endCaptures": {
|
644
644
|
"1": {
|
645
|
-
"name": "
|
645
|
+
"name": "keyword.operator.lookahead.negative.regexp punctuation.parenthesis.lookahead.end.regexp"
|
646
646
|
},
|
647
647
|
"2": {
|
648
648
|
"name": "invalid.illegal.newline.python"
|
@@ -667,7 +667,7 @@
|
|
667
667
|
},
|
668
668
|
"endCaptures": {
|
669
669
|
"1": {
|
670
|
-
"name": "
|
670
|
+
"name": "keyword.operator.lookbehind.regexp punctuation.parenthesis.lookbehind.end.regexp"
|
671
671
|
},
|
672
672
|
"2": {
|
673
673
|
"name": "invalid.illegal.newline.python"
|
@@ -692,7 +692,7 @@
|
|
692
692
|
},
|
693
693
|
"endCaptures": {
|
694
694
|
"1": {
|
695
|
-
"name": "
|
695
|
+
"name": "keyword.operator.lookbehind.negative.regexp punctuation.parenthesis.lookbehind.end.regexp"
|
696
696
|
},
|
697
697
|
"2": {
|
698
698
|
"name": "invalid.illegal.newline.python"
|
@@ -710,7 +710,7 @@
|
|
710
710
|
],
|
711
711
|
"beginCaptures": {
|
712
712
|
"1": {
|
713
|
-
"name": "punctuation.parenthesis.named.begin.regexp
|
713
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.named.begin.regexp"
|
714
714
|
},
|
715
715
|
"2": {
|
716
716
|
"name": "entity.name.tag.named.group.regexp"
|
@@ -718,7 +718,7 @@
|
|
718
718
|
},
|
719
719
|
"endCaptures": {
|
720
720
|
"1": {
|
721
|
-
"name": "punctuation.parenthesis.named.end.regexp
|
721
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.named.end.regexp"
|
722
722
|
},
|
723
723
|
"2": {
|
724
724
|
"name": "invalid.illegal.newline.python"
|
@@ -735,12 +735,12 @@
|
|
735
735
|
],
|
736
736
|
"beginCaptures": {
|
737
737
|
"0": {
|
738
|
-
"name": "
|
738
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.begin.regexp"
|
739
739
|
}
|
740
740
|
},
|
741
741
|
"endCaptures": {
|
742
742
|
"1": {
|
743
|
-
"name": "
|
743
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.end.regexp"
|
744
744
|
},
|
745
745
|
"2": {
|
746
746
|
"name": "invalid.illegal.newline.python"
|
@@ -757,12 +757,12 @@
|
|
757
757
|
],
|
758
758
|
"beginCaptures": {
|
759
759
|
"0": {
|
760
|
-
"name": "punctuation.parenthesis.non-capturing.begin.regexp
|
760
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.non-capturing.begin.regexp"
|
761
761
|
}
|
762
762
|
},
|
763
763
|
"endCaptures": {
|
764
764
|
"1": {
|
765
|
-
"name": "punctuation.parenthesis.non-capturing.end.regexp
|
765
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.non-capturing.end.regexp"
|
766
766
|
},
|
767
767
|
"2": {
|
768
768
|
"name": "invalid.illegal.newline.python"
|
@@ -789,7 +789,7 @@
|
|
789
789
|
],
|
790
790
|
"beginCaptures": {
|
791
791
|
"1": {
|
792
|
-
"name": "
|
792
|
+
"name": "punctuation.character.set.begin.regexp constant.other.set.regexp"
|
793
793
|
},
|
794
794
|
"2": {
|
795
795
|
"name": "keyword.operator.negation.regexp"
|
@@ -800,7 +800,7 @@
|
|
800
800
|
},
|
801
801
|
"endCaptures": {
|
802
802
|
"1": {
|
803
|
-
"name": "
|
803
|
+
"name": "punctuation.character.set.end.regexp constant.other.set.regexp"
|
804
804
|
},
|
805
805
|
"2": {
|
806
806
|
"name": "invalid.illegal.newline.python"
|
@@ -850,7 +850,7 @@
|
|
850
850
|
},
|
851
851
|
"endCaptures": {
|
852
852
|
"1": {
|
853
|
-
"name": "
|
853
|
+
"name": "keyword.operator.conditional.negative.regexp punctuation.parenthesis.conditional.end.regexp"
|
854
854
|
},
|
855
855
|
"2": {
|
856
856
|
"name": "invalid.illegal.newline.python"
|
@@ -918,7 +918,7 @@
|
|
918
918
|
},
|
919
919
|
"endCaptures": {
|
920
920
|
"1": {
|
921
|
-
"name": "
|
921
|
+
"name": "keyword.operator.lookahead.regexp punctuation.parenthesis.lookahead.end.regexp"
|
922
922
|
},
|
923
923
|
"2": {
|
924
924
|
"name": "invalid.illegal.newline.python"
|
@@ -943,7 +943,7 @@
|
|
943
943
|
},
|
944
944
|
"endCaptures": {
|
945
945
|
"1": {
|
946
|
-
"name": "
|
946
|
+
"name": "keyword.operator.lookahead.negative.regexp punctuation.parenthesis.lookahead.end.regexp"
|
947
947
|
},
|
948
948
|
"2": {
|
949
949
|
"name": "invalid.illegal.newline.python"
|
@@ -968,7 +968,7 @@
|
|
968
968
|
},
|
969
969
|
"endCaptures": {
|
970
970
|
"1": {
|
971
|
-
"name": "
|
971
|
+
"name": "keyword.operator.lookbehind.regexp punctuation.parenthesis.lookbehind.end.regexp"
|
972
972
|
},
|
973
973
|
"2": {
|
974
974
|
"name": "invalid.illegal.newline.python"
|
@@ -993,7 +993,7 @@
|
|
993
993
|
},
|
994
994
|
"endCaptures": {
|
995
995
|
"1": {
|
996
|
-
"name": "
|
996
|
+
"name": "keyword.operator.lookbehind.negative.regexp punctuation.parenthesis.lookbehind.end.regexp"
|
997
997
|
},
|
998
998
|
"2": {
|
999
999
|
"name": "invalid.illegal.newline.python"
|
@@ -1011,7 +1011,7 @@
|
|
1011
1011
|
],
|
1012
1012
|
"beginCaptures": {
|
1013
1013
|
"1": {
|
1014
|
-
"name": "punctuation.parenthesis.named.begin.regexp
|
1014
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.named.begin.regexp"
|
1015
1015
|
},
|
1016
1016
|
"2": {
|
1017
1017
|
"name": "entity.name.tag.named.group.regexp"
|
@@ -1019,7 +1019,7 @@
|
|
1019
1019
|
},
|
1020
1020
|
"endCaptures": {
|
1021
1021
|
"1": {
|
1022
|
-
"name": "punctuation.parenthesis.named.end.regexp
|
1022
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.named.end.regexp"
|
1023
1023
|
},
|
1024
1024
|
"2": {
|
1025
1025
|
"name": "invalid.illegal.newline.python"
|
@@ -1036,12 +1036,12 @@
|
|
1036
1036
|
],
|
1037
1037
|
"beginCaptures": {
|
1038
1038
|
"0": {
|
1039
|
-
"name": "
|
1039
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.begin.regexp"
|
1040
1040
|
}
|
1041
1041
|
},
|
1042
1042
|
"endCaptures": {
|
1043
1043
|
"1": {
|
1044
|
-
"name": "
|
1044
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.end.regexp"
|
1045
1045
|
},
|
1046
1046
|
"2": {
|
1047
1047
|
"name": "invalid.illegal.newline.python"
|
@@ -1058,12 +1058,12 @@
|
|
1058
1058
|
],
|
1059
1059
|
"beginCaptures": {
|
1060
1060
|
"0": {
|
1061
|
-
"name": "punctuation.parenthesis.non-capturing.begin.regexp
|
1061
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.non-capturing.begin.regexp"
|
1062
1062
|
}
|
1063
1063
|
},
|
1064
1064
|
"endCaptures": {
|
1065
1065
|
"1": {
|
1066
|
-
"name": "punctuation.parenthesis.non-capturing.end.regexp
|
1066
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.non-capturing.end.regexp"
|
1067
1067
|
},
|
1068
1068
|
"2": {
|
1069
1069
|
"name": "invalid.illegal.newline.python"
|
@@ -1091,7 +1091,7 @@
|
|
1091
1091
|
},
|
1092
1092
|
"endCaptures": {
|
1093
1093
|
"1": {
|
1094
|
-
"name": "
|
1094
|
+
"name": "keyword.operator.conditional.negative.regexp punctuation.parenthesis.conditional.end.regexp"
|
1095
1095
|
},
|
1096
1096
|
"2": {
|
1097
1097
|
"name": "invalid.illegal.newline.python"
|
@@ -1165,7 +1165,7 @@
|
|
1165
1165
|
},
|
1166
1166
|
"endCaptures": {
|
1167
1167
|
"1": {
|
1168
|
-
"name": "
|
1168
|
+
"name": "keyword.operator.lookahead.regexp punctuation.parenthesis.lookahead.end.regexp"
|
1169
1169
|
},
|
1170
1170
|
"2": {
|
1171
1171
|
"name": "invalid.illegal.newline.python"
|
@@ -1193,7 +1193,7 @@
|
|
1193
1193
|
},
|
1194
1194
|
"endCaptures": {
|
1195
1195
|
"1": {
|
1196
|
-
"name": "
|
1196
|
+
"name": "keyword.operator.lookahead.negative.regexp punctuation.parenthesis.lookahead.end.regexp"
|
1197
1197
|
},
|
1198
1198
|
"2": {
|
1199
1199
|
"name": "invalid.illegal.newline.python"
|
@@ -1221,7 +1221,7 @@
|
|
1221
1221
|
},
|
1222
1222
|
"endCaptures": {
|
1223
1223
|
"1": {
|
1224
|
-
"name": "
|
1224
|
+
"name": "keyword.operator.lookbehind.regexp punctuation.parenthesis.lookbehind.end.regexp"
|
1225
1225
|
},
|
1226
1226
|
"2": {
|
1227
1227
|
"name": "invalid.illegal.newline.python"
|
@@ -1249,7 +1249,7 @@
|
|
1249
1249
|
},
|
1250
1250
|
"endCaptures": {
|
1251
1251
|
"1": {
|
1252
|
-
"name": "
|
1252
|
+
"name": "keyword.operator.lookbehind.negative.regexp punctuation.parenthesis.lookbehind.end.regexp"
|
1253
1253
|
},
|
1254
1254
|
"2": {
|
1255
1255
|
"name": "invalid.illegal.newline.python"
|
@@ -1270,7 +1270,7 @@
|
|
1270
1270
|
],
|
1271
1271
|
"beginCaptures": {
|
1272
1272
|
"1": {
|
1273
|
-
"name": "punctuation.parenthesis.named.begin.regexp
|
1273
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.named.begin.regexp"
|
1274
1274
|
},
|
1275
1275
|
"2": {
|
1276
1276
|
"name": "entity.name.tag.named.group.regexp"
|
@@ -1278,7 +1278,7 @@
|
|
1278
1278
|
},
|
1279
1279
|
"endCaptures": {
|
1280
1280
|
"1": {
|
1281
|
-
"name": "punctuation.parenthesis.named.end.regexp
|
1281
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.named.end.regexp"
|
1282
1282
|
},
|
1283
1283
|
"2": {
|
1284
1284
|
"name": "invalid.illegal.newline.python"
|
@@ -1298,12 +1298,12 @@
|
|
1298
1298
|
],
|
1299
1299
|
"beginCaptures": {
|
1300
1300
|
"0": {
|
1301
|
-
"name": "
|
1301
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.begin.regexp"
|
1302
1302
|
}
|
1303
1303
|
},
|
1304
1304
|
"endCaptures": {
|
1305
1305
|
"1": {
|
1306
|
-
"name": "
|
1306
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.end.regexp"
|
1307
1307
|
},
|
1308
1308
|
"2": {
|
1309
1309
|
"name": "invalid.illegal.newline.python"
|
@@ -1323,12 +1323,12 @@
|
|
1323
1323
|
],
|
1324
1324
|
"beginCaptures": {
|
1325
1325
|
"0": {
|
1326
|
-
"name": "punctuation.parenthesis.non-capturing.begin.regexp
|
1326
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.non-capturing.begin.regexp"
|
1327
1327
|
}
|
1328
1328
|
},
|
1329
1329
|
"endCaptures": {
|
1330
1330
|
"1": {
|
1331
|
-
"name": "punctuation.parenthesis.non-capturing.end.regexp
|
1331
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.non-capturing.end.regexp"
|
1332
1332
|
},
|
1333
1333
|
"2": {
|
1334
1334
|
"name": "invalid.illegal.newline.python"
|
@@ -1355,7 +1355,7 @@
|
|
1355
1355
|
],
|
1356
1356
|
"beginCaptures": {
|
1357
1357
|
"1": {
|
1358
|
-
"name": "
|
1358
|
+
"name": "punctuation.character.set.begin.regexp constant.other.set.regexp"
|
1359
1359
|
},
|
1360
1360
|
"2": {
|
1361
1361
|
"name": "keyword.operator.negation.regexp"
|
@@ -1366,7 +1366,7 @@
|
|
1366
1366
|
},
|
1367
1367
|
"endCaptures": {
|
1368
1368
|
"1": {
|
1369
|
-
"name": "
|
1369
|
+
"name": "punctuation.character.set.end.regexp constant.other.set.regexp"
|
1370
1370
|
},
|
1371
1371
|
"2": {
|
1372
1372
|
"name": "invalid.illegal.newline.python"
|
@@ -1419,7 +1419,7 @@
|
|
1419
1419
|
},
|
1420
1420
|
"endCaptures": {
|
1421
1421
|
"1": {
|
1422
|
-
"name": "
|
1422
|
+
"name": "keyword.operator.conditional.negative.regexp punctuation.parenthesis.conditional.end.regexp"
|
1423
1423
|
},
|
1424
1424
|
"2": {
|
1425
1425
|
"name": "invalid.illegal.newline.python"
|
@@ -1493,7 +1493,7 @@
|
|
1493
1493
|
},
|
1494
1494
|
"endCaptures": {
|
1495
1495
|
"1": {
|
1496
|
-
"name": "
|
1496
|
+
"name": "keyword.operator.lookahead.regexp punctuation.parenthesis.lookahead.end.regexp"
|
1497
1497
|
},
|
1498
1498
|
"2": {
|
1499
1499
|
"name": "invalid.illegal.newline.python"
|
@@ -1521,7 +1521,7 @@
|
|
1521
1521
|
},
|
1522
1522
|
"endCaptures": {
|
1523
1523
|
"1": {
|
1524
|
-
"name": "
|
1524
|
+
"name": "keyword.operator.lookahead.negative.regexp punctuation.parenthesis.lookahead.end.regexp"
|
1525
1525
|
},
|
1526
1526
|
"2": {
|
1527
1527
|
"name": "invalid.illegal.newline.python"
|
@@ -1549,7 +1549,7 @@
|
|
1549
1549
|
},
|
1550
1550
|
"endCaptures": {
|
1551
1551
|
"1": {
|
1552
|
-
"name": "
|
1552
|
+
"name": "keyword.operator.lookbehind.regexp punctuation.parenthesis.lookbehind.end.regexp"
|
1553
1553
|
},
|
1554
1554
|
"2": {
|
1555
1555
|
"name": "invalid.illegal.newline.python"
|
@@ -1577,7 +1577,7 @@
|
|
1577
1577
|
},
|
1578
1578
|
"endCaptures": {
|
1579
1579
|
"1": {
|
1580
|
-
"name": "
|
1580
|
+
"name": "keyword.operator.lookbehind.negative.regexp punctuation.parenthesis.lookbehind.end.regexp"
|
1581
1581
|
},
|
1582
1582
|
"2": {
|
1583
1583
|
"name": "invalid.illegal.newline.python"
|
@@ -1598,7 +1598,7 @@
|
|
1598
1598
|
],
|
1599
1599
|
"beginCaptures": {
|
1600
1600
|
"1": {
|
1601
|
-
"name": "punctuation.parenthesis.named.begin.regexp
|
1601
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.named.begin.regexp"
|
1602
1602
|
},
|
1603
1603
|
"2": {
|
1604
1604
|
"name": "entity.name.tag.named.group.regexp"
|
@@ -1606,7 +1606,7 @@
|
|
1606
1606
|
},
|
1607
1607
|
"endCaptures": {
|
1608
1608
|
"1": {
|
1609
|
-
"name": "punctuation.parenthesis.named.end.regexp
|
1609
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.named.end.regexp"
|
1610
1610
|
},
|
1611
1611
|
"2": {
|
1612
1612
|
"name": "invalid.illegal.newline.python"
|
@@ -1626,12 +1626,12 @@
|
|
1626
1626
|
],
|
1627
1627
|
"beginCaptures": {
|
1628
1628
|
"0": {
|
1629
|
-
"name": "
|
1629
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.begin.regexp"
|
1630
1630
|
}
|
1631
1631
|
},
|
1632
1632
|
"endCaptures": {
|
1633
1633
|
"1": {
|
1634
|
-
"name": "
|
1634
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.end.regexp"
|
1635
1635
|
},
|
1636
1636
|
"2": {
|
1637
1637
|
"name": "invalid.illegal.newline.python"
|
@@ -1651,12 +1651,12 @@
|
|
1651
1651
|
],
|
1652
1652
|
"beginCaptures": {
|
1653
1653
|
"0": {
|
1654
|
-
"name": "punctuation.parenthesis.non-capturing.begin.regexp
|
1654
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.non-capturing.begin.regexp"
|
1655
1655
|
}
|
1656
1656
|
},
|
1657
1657
|
"endCaptures": {
|
1658
1658
|
"1": {
|
1659
|
-
"name": "punctuation.parenthesis.non-capturing.end.regexp
|
1659
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.non-capturing.end.regexp"
|
1660
1660
|
},
|
1661
1661
|
"2": {
|
1662
1662
|
"name": "invalid.illegal.newline.python"
|
@@ -1808,7 +1808,7 @@
|
|
1808
1808
|
]
|
1809
1809
|
},
|
1810
1810
|
"fregexp-double-one-line": {
|
1811
|
-
"name": "string.regexp.quoted.single.python
|
1811
|
+
"name": "string.interpolated.python string.regexp.quoted.single.python",
|
1812
1812
|
"begin": "\\b(([uU]r)|([fF]r)|(r[fF]?))(\")",
|
1813
1813
|
"end": "(\")|(?\u003c!\\\\)(\\n)",
|
1814
1814
|
"patterns": [
|
@@ -1840,7 +1840,7 @@
|
|
1840
1840
|
}
|
1841
1841
|
},
|
1842
1842
|
"fregexp-double-three-line": {
|
1843
|
-
"name": "string.regexp.quoted.multi.python
|
1843
|
+
"name": "string.interpolated.python string.regexp.quoted.multi.python",
|
1844
1844
|
"begin": "\\b(([uU]r)|([fF]r)|(r[fF]?))(\"\"\")",
|
1845
1845
|
"end": "(\"\"\")",
|
1846
1846
|
"patterns": [
|
@@ -1876,7 +1876,7 @@
|
|
1876
1876
|
"match": "(?x)\n \\{\\{(\n \\d+ | \\d+,(\\d+)? | ,\\d+\n )\\}\\}\n"
|
1877
1877
|
},
|
1878
1878
|
"fregexp-single-one-line": {
|
1879
|
-
"name": "string.regexp.quoted.single.python
|
1879
|
+
"name": "string.interpolated.python string.regexp.quoted.single.python",
|
1880
1880
|
"begin": "\\b(([uU]r)|([fF]r)|(r[fF]?))(\\')",
|
1881
1881
|
"end": "(\\')|(?\u003c!\\\\)(\\n)",
|
1882
1882
|
"patterns": [
|
@@ -1908,7 +1908,7 @@
|
|
1908
1908
|
}
|
1909
1909
|
},
|
1910
1910
|
"fregexp-single-three-line": {
|
1911
|
-
"name": "string.regexp.quoted.multi.python
|
1911
|
+
"name": "string.interpolated.python string.regexp.quoted.multi.python",
|
1912
1912
|
"begin": "\\b(([uU]r)|([fF]r)|(r[fF]?))(\\'\\'\\')",
|
1913
1913
|
"end": "(\\'\\'\\')",
|
1914
1914
|
"patterns": [
|
@@ -1959,18 +1959,18 @@
|
|
1959
1959
|
],
|
1960
1960
|
"beginCaptures": {
|
1961
1961
|
"1": {
|
1962
|
-
"name": "
|
1962
|
+
"name": "string.interpolated.python string.quoted.multi.python storage.type.string.python"
|
1963
1963
|
},
|
1964
1964
|
"2": {
|
1965
1965
|
"name": "invalid.illegal.prefix.python"
|
1966
1966
|
},
|
1967
1967
|
"3": {
|
1968
|
-
"name": "string.
|
1968
|
+
"name": "punctuation.definition.string.begin.python string.interpolated.python string.quoted.multi.python"
|
1969
1969
|
}
|
1970
1970
|
},
|
1971
1971
|
"endCaptures": {
|
1972
1972
|
"1": {
|
1973
|
-
"name": "string.
|
1973
|
+
"name": "punctuation.definition.string.end.python string.interpolated.python string.quoted.multi.python"
|
1974
1974
|
},
|
1975
1975
|
"2": {
|
1976
1976
|
"name": "invalid.illegal.newline.python"
|
@@ -1997,18 +1997,18 @@
|
|
1997
1997
|
],
|
1998
1998
|
"beginCaptures": {
|
1999
1999
|
"1": {
|
2000
|
-
"name": "
|
2000
|
+
"name": "string.interpolated.python string.quoted.single.python storage.type.string.python"
|
2001
2001
|
},
|
2002
2002
|
"2": {
|
2003
2003
|
"name": "invalid.illegal.prefix.python"
|
2004
2004
|
},
|
2005
2005
|
"3": {
|
2006
|
-
"name": "string.
|
2006
|
+
"name": "punctuation.definition.string.begin.python string.interpolated.python string.quoted.single.python"
|
2007
2007
|
}
|
2008
2008
|
},
|
2009
2009
|
"endCaptures": {
|
2010
2010
|
"1": {
|
2011
|
-
"name": "string.
|
2011
|
+
"name": "punctuation.definition.string.end.python string.interpolated.python string.quoted.single.python"
|
2012
2012
|
},
|
2013
2013
|
"2": {
|
2014
2014
|
"name": "invalid.illegal.newline.python"
|
@@ -2119,7 +2119,7 @@
|
|
2119
2119
|
}
|
2120
2120
|
},
|
2121
2121
|
"fstring-multi-core": {
|
2122
|
-
"name": "string.
|
2122
|
+
"name": "string.interpolated.python string.quoted.multi.python",
|
2123
2123
|
"match": "(?x)\n (.+?)\n (\n (?# .* and .*? in multi-line match need special handling of\n newlines otherwise SublimeText and Atom will match slightly\n differently.\n\n The guard for newlines has to be separate from the\n lookahead because of special $ matching rule.)\n ($\\n?)\n |\n (?=[\\\\\\}\\{]|'''|\"\"\")\n )\n (?# due to how multiline regexps are matched we need a special case\n for matching a newline character)\n | \\n\n"
|
2124
2124
|
},
|
2125
2125
|
"fstring-normf-quoted-multi-line": {
|
@@ -2145,15 +2145,15 @@
|
|
2145
2145
|
"name": "invalid.illegal.prefix.python"
|
2146
2146
|
},
|
2147
2147
|
"2": {
|
2148
|
-
"name": "
|
2148
|
+
"name": "string.interpolated.python string.quoted.multi.python storage.type.string.python"
|
2149
2149
|
},
|
2150
2150
|
"3": {
|
2151
|
-
"name": "
|
2151
|
+
"name": "punctuation.definition.string.begin.python string.quoted.multi.python"
|
2152
2152
|
}
|
2153
2153
|
},
|
2154
2154
|
"endCaptures": {
|
2155
2155
|
"1": {
|
2156
|
-
"name": "string.
|
2156
|
+
"name": "punctuation.definition.string.end.python string.interpolated.python string.quoted.multi.python"
|
2157
2157
|
},
|
2158
2158
|
"2": {
|
2159
2159
|
"name": "invalid.illegal.newline.python"
|
@@ -2183,15 +2183,15 @@
|
|
2183
2183
|
"name": "invalid.illegal.prefix.python"
|
2184
2184
|
},
|
2185
2185
|
"2": {
|
2186
|
-
"name": "
|
2186
|
+
"name": "string.interpolated.python string.quoted.single.python storage.type.string.python"
|
2187
2187
|
},
|
2188
2188
|
"3": {
|
2189
|
-
"name": "
|
2189
|
+
"name": "punctuation.definition.string.begin.python string.quoted.single.python"
|
2190
2190
|
}
|
2191
2191
|
},
|
2192
2192
|
"endCaptures": {
|
2193
2193
|
"1": {
|
2194
|
-
"name": "string.
|
2194
|
+
"name": "punctuation.definition.string.end.python string.interpolated.python string.quoted.single.python"
|
2195
2195
|
},
|
2196
2196
|
"2": {
|
2197
2197
|
"name": "invalid.illegal.newline.python"
|
@@ -2209,7 +2209,7 @@
|
|
2209
2209
|
]
|
2210
2210
|
},
|
2211
2211
|
"fstring-raw-multi-core": {
|
2212
|
-
"name": "string.quoted.raw.multi.python
|
2212
|
+
"name": "string.interpolated.python string.quoted.raw.multi.python",
|
2213
2213
|
"match": "(?x)\n (.+?)\n (\n (?# .* and .*? in multi-line match need special handling of\n newlines otherwise SublimeText and Atom will match slightly\n differently.\n\n The guard for newlines has to be separate from the\n lookahead because of special $ matching rule.)\n ($\\n?)\n |\n (?=[\\\\\\}\\{]|'''|\"\"\")\n )\n (?# due to how multiline regexps are matched we need a special case\n for matching a newline character)\n | \\n\n"
|
2214
2214
|
},
|
2215
2215
|
"fstring-raw-quoted-multi-line": {
|
@@ -2232,15 +2232,15 @@
|
|
2232
2232
|
],
|
2233
2233
|
"beginCaptures": {
|
2234
2234
|
"1": {
|
2235
|
-
"name": "
|
2235
|
+
"name": "string.interpolated.python string.quoted.raw.multi.python storage.type.string.python"
|
2236
2236
|
},
|
2237
2237
|
"2": {
|
2238
|
-
"name": "
|
2238
|
+
"name": "punctuation.definition.string.begin.python string.quoted.raw.multi.python"
|
2239
2239
|
}
|
2240
2240
|
},
|
2241
2241
|
"endCaptures": {
|
2242
2242
|
"1": {
|
2243
|
-
"name": "
|
2243
|
+
"name": "punctuation.definition.string.end.python string.interpolated.python string.quoted.raw.multi.python"
|
2244
2244
|
},
|
2245
2245
|
"2": {
|
2246
2246
|
"name": "invalid.illegal.newline.python"
|
@@ -2267,15 +2267,15 @@
|
|
2267
2267
|
],
|
2268
2268
|
"beginCaptures": {
|
2269
2269
|
"1": {
|
2270
|
-
"name": "
|
2270
|
+
"name": "string.interpolated.python string.quoted.raw.single.python storage.type.string.python"
|
2271
2271
|
},
|
2272
2272
|
"2": {
|
2273
|
-
"name": "
|
2273
|
+
"name": "punctuation.definition.string.begin.python string.quoted.raw.single.python"
|
2274
2274
|
}
|
2275
2275
|
},
|
2276
2276
|
"endCaptures": {
|
2277
2277
|
"1": {
|
2278
|
-
"name": "
|
2278
|
+
"name": "punctuation.definition.string.end.python string.interpolated.python string.quoted.raw.single.python"
|
2279
2279
|
},
|
2280
2280
|
"2": {
|
2281
2281
|
"name": "invalid.illegal.newline.python"
|
@@ -2283,7 +2283,7 @@
|
|
2283
2283
|
}
|
2284
2284
|
},
|
2285
2285
|
"fstring-raw-single-core": {
|
2286
|
-
"name": "string.quoted.raw.single.python
|
2286
|
+
"name": "string.interpolated.python string.quoted.raw.single.python",
|
2287
2287
|
"match": "(?x)\n (.+?)\n (\n (?# .* and .*? in multi-line match need special handling of\n newlines otherwise SublimeText and Atom will match slightly\n differently.\n\n The guard for newlines has to be separate from the\n lookahead because of special $ matching rule.)\n ($\\n?)\n |\n (?=[\\\\\\}\\{]|(['\"])|((?\u003c!\\\\)\\n))\n )\n (?# due to how multiline regexps are matched we need a special case\n for matching a newline character)\n | \\n\n"
|
2288
2288
|
},
|
2289
2289
|
"fstring-single-brace": {
|
@@ -2309,7 +2309,7 @@
|
|
2309
2309
|
}
|
2310
2310
|
},
|
2311
2311
|
"fstring-single-core": {
|
2312
|
-
"name": "string.
|
2312
|
+
"name": "string.interpolated.python string.quoted.single.python",
|
2313
2313
|
"match": "(?x)\n (.+?)\n (\n (?# .* and .*? in multi-line match need special handling of\n newlines otherwise SublimeText and Atom will match slightly\n differently.\n\n The guard for newlines has to be separate from the\n lookahead because of special $ matching rule.)\n ($\\n?)\n |\n (?=[\\\\\\}\\{]|(['\"])|((?\u003c!\\\\)\\n))\n )\n (?# due to how multiline regexps are matched we need a special case\n for matching a newline character)\n | \\n\n"
|
2314
2314
|
},
|
2315
2315
|
"fstring-terminator-multi": {
|
@@ -3228,13 +3228,13 @@
|
|
3228
3228
|
"match": "(?x)\n (\\() (\\?P= \\w+(?:\\s+[[:alnum:]]+)?) (\\))\n",
|
3229
3229
|
"captures": {
|
3230
3230
|
"1": {
|
3231
|
-
"name": "punctuation.parenthesis.backreference.named.begin.regexp
|
3231
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.backreference.named.begin.regexp"
|
3232
3232
|
},
|
3233
3233
|
"2": {
|
3234
3234
|
"name": "entity.name.tag.named.backreference.regexp"
|
3235
3235
|
},
|
3236
3236
|
"3": {
|
3237
|
-
"name": "punctuation.parenthesis.backreference.named.end.regexp
|
3237
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.backreference.named.end.regexp"
|
3238
3238
|
}
|
3239
3239
|
}
|
3240
3240
|
},
|
@@ -3538,7 +3538,7 @@
|
|
3538
3538
|
},
|
3539
3539
|
"endCaptures": {
|
3540
3540
|
"1": {
|
3541
|
-
"name": "
|
3541
|
+
"name": "keyword.operator.conditional.negative.regexp punctuation.parenthesis.conditional.end.regexp"
|
3542
3542
|
},
|
3543
3543
|
"2": {
|
3544
3544
|
"name": "invalid.illegal.newline.python"
|
@@ -3606,7 +3606,7 @@
|
|
3606
3606
|
},
|
3607
3607
|
"endCaptures": {
|
3608
3608
|
"1": {
|
3609
|
-
"name": "
|
3609
|
+
"name": "keyword.operator.lookahead.regexp punctuation.parenthesis.lookahead.end.regexp"
|
3610
3610
|
},
|
3611
3611
|
"2": {
|
3612
3612
|
"name": "invalid.illegal.newline.python"
|
@@ -3631,7 +3631,7 @@
|
|
3631
3631
|
},
|
3632
3632
|
"endCaptures": {
|
3633
3633
|
"1": {
|
3634
|
-
"name": "
|
3634
|
+
"name": "keyword.operator.lookahead.negative.regexp punctuation.parenthesis.lookahead.end.regexp"
|
3635
3635
|
},
|
3636
3636
|
"2": {
|
3637
3637
|
"name": "invalid.illegal.newline.python"
|
@@ -3656,7 +3656,7 @@
|
|
3656
3656
|
},
|
3657
3657
|
"endCaptures": {
|
3658
3658
|
"1": {
|
3659
|
-
"name": "
|
3659
|
+
"name": "keyword.operator.lookbehind.regexp punctuation.parenthesis.lookbehind.end.regexp"
|
3660
3660
|
},
|
3661
3661
|
"2": {
|
3662
3662
|
"name": "invalid.illegal.newline.python"
|
@@ -3681,7 +3681,7 @@
|
|
3681
3681
|
},
|
3682
3682
|
"endCaptures": {
|
3683
3683
|
"1": {
|
3684
|
-
"name": "
|
3684
|
+
"name": "keyword.operator.lookbehind.negative.regexp punctuation.parenthesis.lookbehind.end.regexp"
|
3685
3685
|
},
|
3686
3686
|
"2": {
|
3687
3687
|
"name": "invalid.illegal.newline.python"
|
@@ -3699,7 +3699,7 @@
|
|
3699
3699
|
],
|
3700
3700
|
"beginCaptures": {
|
3701
3701
|
"1": {
|
3702
|
-
"name": "punctuation.parenthesis.named.begin.regexp
|
3702
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.named.begin.regexp"
|
3703
3703
|
},
|
3704
3704
|
"2": {
|
3705
3705
|
"name": "entity.name.tag.named.group.regexp"
|
@@ -3707,7 +3707,7 @@
|
|
3707
3707
|
},
|
3708
3708
|
"endCaptures": {
|
3709
3709
|
"1": {
|
3710
|
-
"name": "punctuation.parenthesis.named.end.regexp
|
3710
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.named.end.regexp"
|
3711
3711
|
},
|
3712
3712
|
"2": {
|
3713
3713
|
"name": "invalid.illegal.newline.python"
|
@@ -3724,12 +3724,12 @@
|
|
3724
3724
|
],
|
3725
3725
|
"beginCaptures": {
|
3726
3726
|
"0": {
|
3727
|
-
"name": "
|
3727
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.begin.regexp"
|
3728
3728
|
}
|
3729
3729
|
},
|
3730
3730
|
"endCaptures": {
|
3731
3731
|
"1": {
|
3732
|
-
"name": "
|
3732
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.end.regexp"
|
3733
3733
|
},
|
3734
3734
|
"2": {
|
3735
3735
|
"name": "invalid.illegal.newline.python"
|
@@ -3746,12 +3746,12 @@
|
|
3746
3746
|
],
|
3747
3747
|
"beginCaptures": {
|
3748
3748
|
"0": {
|
3749
|
-
"name": "punctuation.parenthesis.non-capturing.begin.regexp
|
3749
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.non-capturing.begin.regexp"
|
3750
3750
|
}
|
3751
3751
|
},
|
3752
3752
|
"endCaptures": {
|
3753
3753
|
"1": {
|
3754
|
-
"name": "punctuation.parenthesis.non-capturing.end.regexp
|
3754
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.non-capturing.end.regexp"
|
3755
3755
|
},
|
3756
3756
|
"2": {
|
3757
3757
|
"name": "invalid.illegal.newline.python"
|
@@ -3778,7 +3778,7 @@
|
|
3778
3778
|
],
|
3779
3779
|
"beginCaptures": {
|
3780
3780
|
"1": {
|
3781
|
-
"name": "
|
3781
|
+
"name": "punctuation.character.set.begin.regexp constant.other.set.regexp"
|
3782
3782
|
},
|
3783
3783
|
"2": {
|
3784
3784
|
"name": "keyword.operator.negation.regexp"
|
@@ -3789,7 +3789,7 @@
|
|
3789
3789
|
},
|
3790
3790
|
"endCaptures": {
|
3791
3791
|
"1": {
|
3792
|
-
"name": "
|
3792
|
+
"name": "punctuation.character.set.end.regexp constant.other.set.regexp"
|
3793
3793
|
},
|
3794
3794
|
"2": {
|
3795
3795
|
"name": "invalid.illegal.newline.python"
|
@@ -3839,7 +3839,7 @@
|
|
3839
3839
|
},
|
3840
3840
|
"endCaptures": {
|
3841
3841
|
"1": {
|
3842
|
-
"name": "
|
3842
|
+
"name": "keyword.operator.conditional.negative.regexp punctuation.parenthesis.conditional.end.regexp"
|
3843
3843
|
},
|
3844
3844
|
"2": {
|
3845
3845
|
"name": "invalid.illegal.newline.python"
|
@@ -3907,7 +3907,7 @@
|
|
3907
3907
|
},
|
3908
3908
|
"endCaptures": {
|
3909
3909
|
"1": {
|
3910
|
-
"name": "
|
3910
|
+
"name": "keyword.operator.lookahead.regexp punctuation.parenthesis.lookahead.end.regexp"
|
3911
3911
|
},
|
3912
3912
|
"2": {
|
3913
3913
|
"name": "invalid.illegal.newline.python"
|
@@ -3932,7 +3932,7 @@
|
|
3932
3932
|
},
|
3933
3933
|
"endCaptures": {
|
3934
3934
|
"1": {
|
3935
|
-
"name": "
|
3935
|
+
"name": "keyword.operator.lookahead.negative.regexp punctuation.parenthesis.lookahead.end.regexp"
|
3936
3936
|
},
|
3937
3937
|
"2": {
|
3938
3938
|
"name": "invalid.illegal.newline.python"
|
@@ -3957,7 +3957,7 @@
|
|
3957
3957
|
},
|
3958
3958
|
"endCaptures": {
|
3959
3959
|
"1": {
|
3960
|
-
"name": "
|
3960
|
+
"name": "keyword.operator.lookbehind.regexp punctuation.parenthesis.lookbehind.end.regexp"
|
3961
3961
|
},
|
3962
3962
|
"2": {
|
3963
3963
|
"name": "invalid.illegal.newline.python"
|
@@ -3982,7 +3982,7 @@
|
|
3982
3982
|
},
|
3983
3983
|
"endCaptures": {
|
3984
3984
|
"1": {
|
3985
|
-
"name": "
|
3985
|
+
"name": "keyword.operator.lookbehind.negative.regexp punctuation.parenthesis.lookbehind.end.regexp"
|
3986
3986
|
},
|
3987
3987
|
"2": {
|
3988
3988
|
"name": "invalid.illegal.newline.python"
|
@@ -4000,7 +4000,7 @@
|
|
4000
4000
|
],
|
4001
4001
|
"beginCaptures": {
|
4002
4002
|
"1": {
|
4003
|
-
"name": "punctuation.parenthesis.named.begin.regexp
|
4003
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.named.begin.regexp"
|
4004
4004
|
},
|
4005
4005
|
"2": {
|
4006
4006
|
"name": "entity.name.tag.named.group.regexp"
|
@@ -4008,7 +4008,7 @@
|
|
4008
4008
|
},
|
4009
4009
|
"endCaptures": {
|
4010
4010
|
"1": {
|
4011
|
-
"name": "punctuation.parenthesis.named.end.regexp
|
4011
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.named.end.regexp"
|
4012
4012
|
},
|
4013
4013
|
"2": {
|
4014
4014
|
"name": "invalid.illegal.newline.python"
|
@@ -4025,12 +4025,12 @@
|
|
4025
4025
|
],
|
4026
4026
|
"beginCaptures": {
|
4027
4027
|
"0": {
|
4028
|
-
"name": "
|
4028
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.begin.regexp"
|
4029
4029
|
}
|
4030
4030
|
},
|
4031
4031
|
"endCaptures": {
|
4032
4032
|
"1": {
|
4033
|
-
"name": "
|
4033
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.end.regexp"
|
4034
4034
|
},
|
4035
4035
|
"2": {
|
4036
4036
|
"name": "invalid.illegal.newline.python"
|
@@ -4047,12 +4047,12 @@
|
|
4047
4047
|
],
|
4048
4048
|
"beginCaptures": {
|
4049
4049
|
"0": {
|
4050
|
-
"name": "punctuation.parenthesis.non-capturing.begin.regexp
|
4050
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.non-capturing.begin.regexp"
|
4051
4051
|
}
|
4052
4052
|
},
|
4053
4053
|
"endCaptures": {
|
4054
4054
|
"1": {
|
4055
|
-
"name": "punctuation.parenthesis.non-capturing.end.regexp
|
4055
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.non-capturing.end.regexp"
|
4056
4056
|
},
|
4057
4057
|
"2": {
|
4058
4058
|
"name": "invalid.illegal.newline.python"
|
@@ -4080,7 +4080,7 @@
|
|
4080
4080
|
},
|
4081
4081
|
"endCaptures": {
|
4082
4082
|
"1": {
|
4083
|
-
"name": "
|
4083
|
+
"name": "keyword.operator.conditional.negative.regexp punctuation.parenthesis.conditional.end.regexp"
|
4084
4084
|
},
|
4085
4085
|
"2": {
|
4086
4086
|
"name": "invalid.illegal.newline.python"
|
@@ -4154,7 +4154,7 @@
|
|
4154
4154
|
},
|
4155
4155
|
"endCaptures": {
|
4156
4156
|
"1": {
|
4157
|
-
"name": "
|
4157
|
+
"name": "keyword.operator.lookahead.regexp punctuation.parenthesis.lookahead.end.regexp"
|
4158
4158
|
},
|
4159
4159
|
"2": {
|
4160
4160
|
"name": "invalid.illegal.newline.python"
|
@@ -4182,7 +4182,7 @@
|
|
4182
4182
|
},
|
4183
4183
|
"endCaptures": {
|
4184
4184
|
"1": {
|
4185
|
-
"name": "
|
4185
|
+
"name": "keyword.operator.lookahead.negative.regexp punctuation.parenthesis.lookahead.end.regexp"
|
4186
4186
|
},
|
4187
4187
|
"2": {
|
4188
4188
|
"name": "invalid.illegal.newline.python"
|
@@ -4210,7 +4210,7 @@
|
|
4210
4210
|
},
|
4211
4211
|
"endCaptures": {
|
4212
4212
|
"1": {
|
4213
|
-
"name": "
|
4213
|
+
"name": "keyword.operator.lookbehind.regexp punctuation.parenthesis.lookbehind.end.regexp"
|
4214
4214
|
},
|
4215
4215
|
"2": {
|
4216
4216
|
"name": "invalid.illegal.newline.python"
|
@@ -4238,7 +4238,7 @@
|
|
4238
4238
|
},
|
4239
4239
|
"endCaptures": {
|
4240
4240
|
"1": {
|
4241
|
-
"name": "
|
4241
|
+
"name": "keyword.operator.lookbehind.negative.regexp punctuation.parenthesis.lookbehind.end.regexp"
|
4242
4242
|
},
|
4243
4243
|
"2": {
|
4244
4244
|
"name": "invalid.illegal.newline.python"
|
@@ -4259,7 +4259,7 @@
|
|
4259
4259
|
],
|
4260
4260
|
"beginCaptures": {
|
4261
4261
|
"1": {
|
4262
|
-
"name": "punctuation.parenthesis.named.begin.regexp
|
4262
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.named.begin.regexp"
|
4263
4263
|
},
|
4264
4264
|
"2": {
|
4265
4265
|
"name": "entity.name.tag.named.group.regexp"
|
@@ -4267,7 +4267,7 @@
|
|
4267
4267
|
},
|
4268
4268
|
"endCaptures": {
|
4269
4269
|
"1": {
|
4270
|
-
"name": "punctuation.parenthesis.named.end.regexp
|
4270
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.named.end.regexp"
|
4271
4271
|
},
|
4272
4272
|
"2": {
|
4273
4273
|
"name": "invalid.illegal.newline.python"
|
@@ -4287,12 +4287,12 @@
|
|
4287
4287
|
],
|
4288
4288
|
"beginCaptures": {
|
4289
4289
|
"0": {
|
4290
|
-
"name": "
|
4290
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.begin.regexp"
|
4291
4291
|
}
|
4292
4292
|
},
|
4293
4293
|
"endCaptures": {
|
4294
4294
|
"1": {
|
4295
|
-
"name": "
|
4295
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.end.regexp"
|
4296
4296
|
},
|
4297
4297
|
"2": {
|
4298
4298
|
"name": "invalid.illegal.newline.python"
|
@@ -4312,12 +4312,12 @@
|
|
4312
4312
|
],
|
4313
4313
|
"beginCaptures": {
|
4314
4314
|
"0": {
|
4315
|
-
"name": "punctuation.parenthesis.non-capturing.begin.regexp
|
4315
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.non-capturing.begin.regexp"
|
4316
4316
|
}
|
4317
4317
|
},
|
4318
4318
|
"endCaptures": {
|
4319
4319
|
"1": {
|
4320
|
-
"name": "punctuation.parenthesis.non-capturing.end.regexp
|
4320
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.non-capturing.end.regexp"
|
4321
4321
|
},
|
4322
4322
|
"2": {
|
4323
4323
|
"name": "invalid.illegal.newline.python"
|
@@ -4344,7 +4344,7 @@
|
|
4344
4344
|
],
|
4345
4345
|
"beginCaptures": {
|
4346
4346
|
"1": {
|
4347
|
-
"name": "
|
4347
|
+
"name": "punctuation.character.set.begin.regexp constant.other.set.regexp"
|
4348
4348
|
},
|
4349
4349
|
"2": {
|
4350
4350
|
"name": "keyword.operator.negation.regexp"
|
@@ -4355,7 +4355,7 @@
|
|
4355
4355
|
},
|
4356
4356
|
"endCaptures": {
|
4357
4357
|
"1": {
|
4358
|
-
"name": "
|
4358
|
+
"name": "punctuation.character.set.end.regexp constant.other.set.regexp"
|
4359
4359
|
},
|
4360
4360
|
"2": {
|
4361
4361
|
"name": "invalid.illegal.newline.python"
|
@@ -4408,7 +4408,7 @@
|
|
4408
4408
|
},
|
4409
4409
|
"endCaptures": {
|
4410
4410
|
"1": {
|
4411
|
-
"name": "
|
4411
|
+
"name": "keyword.operator.conditional.negative.regexp punctuation.parenthesis.conditional.end.regexp"
|
4412
4412
|
},
|
4413
4413
|
"2": {
|
4414
4414
|
"name": "invalid.illegal.newline.python"
|
@@ -4482,7 +4482,7 @@
|
|
4482
4482
|
},
|
4483
4483
|
"endCaptures": {
|
4484
4484
|
"1": {
|
4485
|
-
"name": "
|
4485
|
+
"name": "keyword.operator.lookahead.regexp punctuation.parenthesis.lookahead.end.regexp"
|
4486
4486
|
},
|
4487
4487
|
"2": {
|
4488
4488
|
"name": "invalid.illegal.newline.python"
|
@@ -4510,7 +4510,7 @@
|
|
4510
4510
|
},
|
4511
4511
|
"endCaptures": {
|
4512
4512
|
"1": {
|
4513
|
-
"name": "
|
4513
|
+
"name": "keyword.operator.lookahead.negative.regexp punctuation.parenthesis.lookahead.end.regexp"
|
4514
4514
|
},
|
4515
4515
|
"2": {
|
4516
4516
|
"name": "invalid.illegal.newline.python"
|
@@ -4538,7 +4538,7 @@
|
|
4538
4538
|
},
|
4539
4539
|
"endCaptures": {
|
4540
4540
|
"1": {
|
4541
|
-
"name": "
|
4541
|
+
"name": "keyword.operator.lookbehind.regexp punctuation.parenthesis.lookbehind.end.regexp"
|
4542
4542
|
},
|
4543
4543
|
"2": {
|
4544
4544
|
"name": "invalid.illegal.newline.python"
|
@@ -4566,7 +4566,7 @@
|
|
4566
4566
|
},
|
4567
4567
|
"endCaptures": {
|
4568
4568
|
"1": {
|
4569
|
-
"name": "
|
4569
|
+
"name": "keyword.operator.lookbehind.negative.regexp punctuation.parenthesis.lookbehind.end.regexp"
|
4570
4570
|
},
|
4571
4571
|
"2": {
|
4572
4572
|
"name": "invalid.illegal.newline.python"
|
@@ -4587,7 +4587,7 @@
|
|
4587
4587
|
],
|
4588
4588
|
"beginCaptures": {
|
4589
4589
|
"1": {
|
4590
|
-
"name": "punctuation.parenthesis.named.begin.regexp
|
4590
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.named.begin.regexp"
|
4591
4591
|
},
|
4592
4592
|
"2": {
|
4593
4593
|
"name": "entity.name.tag.named.group.regexp"
|
@@ -4595,7 +4595,7 @@
|
|
4595
4595
|
},
|
4596
4596
|
"endCaptures": {
|
4597
4597
|
"1": {
|
4598
|
-
"name": "punctuation.parenthesis.named.end.regexp
|
4598
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.named.end.regexp"
|
4599
4599
|
},
|
4600
4600
|
"2": {
|
4601
4601
|
"name": "invalid.illegal.newline.python"
|
@@ -4615,12 +4615,12 @@
|
|
4615
4615
|
],
|
4616
4616
|
"beginCaptures": {
|
4617
4617
|
"0": {
|
4618
|
-
"name": "
|
4618
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.begin.regexp"
|
4619
4619
|
}
|
4620
4620
|
},
|
4621
4621
|
"endCaptures": {
|
4622
4622
|
"1": {
|
4623
|
-
"name": "
|
4623
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.end.regexp"
|
4624
4624
|
},
|
4625
4625
|
"2": {
|
4626
4626
|
"name": "invalid.illegal.newline.python"
|
@@ -4640,12 +4640,12 @@
|
|
4640
4640
|
],
|
4641
4641
|
"beginCaptures": {
|
4642
4642
|
"0": {
|
4643
|
-
"name": "punctuation.parenthesis.non-capturing.begin.regexp
|
4643
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.non-capturing.begin.regexp"
|
4644
4644
|
}
|
4645
4645
|
},
|
4646
4646
|
"endCaptures": {
|
4647
4647
|
"1": {
|
4648
|
-
"name": "punctuation.parenthesis.non-capturing.end.regexp
|
4648
|
+
"name": "support.other.parenthesis.regexp punctuation.parenthesis.non-capturing.end.regexp"
|
4649
4649
|
},
|
4650
4650
|
"2": {
|
4651
4651
|
"name": "invalid.illegal.newline.python"
|