File tree Expand file tree Collapse file tree 1 file changed +52
-15
lines changed
Expand file tree Collapse file tree 1 file changed +52
-15
lines changed Original file line number Diff line number Diff line change 10291029 <key >include </key >
10301030 <string >#dotted_name </string >
10311031 </dict >
1032- <dict >
1033- <key >begin </key >
1034- <string >(\() </string >
1035- <key >end </key >
1036- <string >(\)) </string >
1037- <key >patterns </key >
1038- <array >
1039- <dict >
1040- <key >include </key >
1041- <string >$self </string >
1042- </dict >
1043- </array >
1044- </dict >
10451032 <dict >
10461033 <key >captures </key >
10471034 <dict >
10621049 </dict >
10631050 </dict >
10641051 <key >match </key >
1065- <string >(\[)(\s*(\]))\b </string >
1052+ <string >\b (\[)(\s*(\]))\b </string >
10661053 </dict >
10671054 <dict >
10681055 <key >begin </key >
11341121 </dict >
11351122 </dict >
11361123 <key >match </key >
1137- <string >(\()(\s*(\))) </string >
1124+ <string >\b (\()(\s*(\)))\b </string >
11381125 <key >name </key >
11391126 <string >meta.structure.tuple.python </string >
11401127 </dict >
1128+ <dict >
1129+ <key >begin </key >
1130+ <string >\b(\() </string >
1131+ <key >beginCaptures </key >
1132+ <dict >
1133+ <key >1 </key >
1134+ <dict >
1135+ <key >name </key >
1136+ <string >punctuation.definition.tuple.begin.python </string >
1137+ </dict >
1138+ </dict >
1139+ <key >end </key >
1140+ <string >(\))\b </string >
1141+ <key >endCaptures </key >
1142+ <dict >
1143+ <key >1 </key >
1144+ <dict >
1145+ <key >name </key >
1146+ <string >punctuation.definition.tuple.end.python </string >
1147+ </dict >
1148+ </dict >
1149+ <key >name </key >
1150+ <string >meta.structure.tuple.python </string >
1151+ <key >patterns </key >
1152+ <array >
1153+ <dict >
1154+ <key >begin </key >
1155+ <string >(?< =\(|\,)\s*(?![\),]) </string >
1156+ <key >contentName </key >
1157+ <string >meta.structure.tuple.item.python </string >
1158+ <key >end </key >
1159+ <string >\s*(?:(,)|(?=\))) </string >
1160+ <key >endCaptures </key >
1161+ <dict >
1162+ <key >1 </key >
1163+ <dict >
1164+ <key >name </key >
1165+ <string >punctuation.separator.tuple.python </string >
1166+ </dict >
1167+ </dict >
1168+ <key >patterns </key >
1169+ <array >
1170+ <dict >
1171+ <key >include </key >
1172+ <string >$self </string >
1173+ </dict >
1174+ </array >
1175+ </dict >
1176+ </array >
1177+ </dict >
11411178 <dict >
11421179 <key >captures </key >
11431180 <dict >
You can’t perform that action at this time.
0 commit comments