|
33 | 33 | 28B3F05D290C3709000CD04D /* TreeSitterSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 28B3F05C290C3709000CD04D /* TreeSitterSwift */; }; |
34 | 34 | 28B3F063290C372D000CD04D /* TreeSitterZig in Frameworks */ = {isa = PBXBuildFile; productRef = 28B3F062290C372D000CD04D /* TreeSitterZig */; }; |
35 | 35 | 28B9F7AA290DDAC900245748 /* TreeSitterBash in Frameworks */ = {isa = PBXBuildFile; productRef = 28B9F7A9290DDAC900245748 /* TreeSitterBash */; }; |
| 36 | + 6CEC70FE29C3A85000B61C7A /* TreeSitterRegex in Frameworks */ = {isa = PBXBuildFile; productRef = 6CEC70FD29C3A85000B61C7A /* TreeSitterRegex */; }; |
36 | 37 | 9D6DA3B8298F1A4600E69066 /* TreeSitterOCaml in Frameworks */ = {isa = PBXBuildFile; productRef = 9D6DA3B7298F1A4600E69066 /* TreeSitterOCaml */; }; |
37 | 38 | /* End PBXBuildFile section */ |
38 | 39 |
|
|
70 | 71 | 28B3F054290C36C5000CD04D /* TreeSitterPython in Frameworks */, |
71 | 72 | 28171CB829814CD800523F1C /* TreeSitterObjC in Frameworks */, |
72 | 73 | 28B3F048290C367C000CD04D /* TreeSitterJava in Frameworks */, |
| 74 | + 6CEC70FE29C3A85000B61C7A /* TreeSitterRegex in Frameworks */, |
73 | 75 | 282E5977298051980064B34A /* TreeSitterYAML in Frameworks */, |
74 | 76 | 2886C788298135540023E016 /* TreeSitterKotlin in Frameworks */, |
75 | 77 | 28B3F057290C36D5000CD04D /* TreeSitterRuby in Frameworks */, |
|
175 | 177 | 9D6DA3B7298F1A4600E69066 /* TreeSitterOCaml */, |
176 | 178 | 282C119229AA32C8004F1EA6 /* TreeSitterSQL */, |
177 | 179 | 285BF67229AAA45B00641989 /* TreeSitterLua */, |
| 180 | + 6CEC70FD29C3A85000B61C7A /* TreeSitterRegex */, |
178 | 181 | ); |
179 | 182 | productName = "CodeLanguages-Container"; |
180 | 183 | productReference = 28B3F00C290C207D000CD04D /* CodeLanguages_Container.framework */; |
|
231 | 234 | 9D6DA3B6298F1A4500E69066 /* XCRemoteSwiftPackageReference "tree-sitter-ocaml" */, |
232 | 235 | 282C119129AA32C8004F1EA6 /* XCRemoteSwiftPackageReference "tree-sitter-sql" */, |
233 | 236 | 285BF67129AAA45B00641989 /* XCRemoteSwiftPackageReference "tree-sitter-lua" */, |
| 237 | + 6CEC70FC29C3A85000B61C7A /* XCRemoteSwiftPackageReference "tree-sitter-regex" */, |
234 | 238 | ); |
235 | 239 | productRefGroup = 28B3F00D290C207D000CD04D /* Products */; |
236 | 240 | projectDirPath = ""; |
|
670 | 674 | kind = branch; |
671 | 675 | }; |
672 | 676 | }; |
| 677 | + 6CEC70FC29C3A85000B61C7A /* XCRemoteSwiftPackageReference "tree-sitter-regex" */ = { |
| 678 | + isa = XCRemoteSwiftPackageReference; |
| 679 | + repositoryURL = "https://github.com/thecoolwinter/tree-sitter-regex/"; |
| 680 | + requirement = { |
| 681 | + branch = feature/spm; |
| 682 | + kind = branch; |
| 683 | + }; |
| 684 | + }; |
673 | 685 | 9D6DA3B6298F1A4500E69066 /* XCRemoteSwiftPackageReference "tree-sitter-ocaml" */ = { |
674 | 686 | isa = XCRemoteSwiftPackageReference; |
675 | 687 | repositoryURL = "https://github.com/cengelbart39/tree-sitter-ocaml.git"; |
|
806 | 818 | package = 28B9F7A6290DDAB500245748 /* XCRemoteSwiftPackageReference "tree-sitter-bash" */; |
807 | 819 | productName = TreeSitterBash; |
808 | 820 | }; |
| 821 | + 6CEC70FD29C3A85000B61C7A /* TreeSitterRegex */ = { |
| 822 | + isa = XCSwiftPackageProductDependency; |
| 823 | + package = 6CEC70FC29C3A85000B61C7A /* XCRemoteSwiftPackageReference "tree-sitter-regex" */; |
| 824 | + productName = TreeSitterRegex; |
| 825 | + }; |
809 | 826 | 9D6DA3B7298F1A4600E69066 /* TreeSitterOCaml */ = { |
810 | 827 | isa = XCSwiftPackageProductDependency; |
811 | 828 | package = 9D6DA3B6298F1A4500E69066 /* XCRemoteSwiftPackageReference "tree-sitter-ocaml" */; |
|
0 commit comments