diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-14 20:21:24 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-15 00:10:39 +0100 |
| commit | 0d5e6636405dbe332c33c0fb82c7ccccb20f96cb (patch) | |
| tree | a9cda2b711bbfc9277d66310440dd965b16682fc /Map.xcodeproj/project.xcworkspace | |
| parent | a5ae7aedc840a38505b3181f4e5ba92e90d94fa1 (diff) | |
Use wmap-parser-swift and tree-sitter-wmap for parsing and highlighting.
Diffstat (limited to 'Map.xcodeproj/project.xcworkspace')
| -rw-r--r-- | Map.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 38 |
1 files changed, 37 insertions, 1 deletions
diff --git a/Map.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Map.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 8e294b8..519bc42 100644 --- a/Map.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Map.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "761de39b705b9793661607e3e8ffa75397e9772bccc8dc4c303ed42c76e874de", + "originHash" : "4db2597b88285f3511f8b59a0a29d034c4bf7642aed1bab0bdf0f4ec3479b739", "pins" : [ { "identity" : "concavehull", @@ -27,6 +27,42 @@ "revision" : "0ef1ee0220239b3776f433314515fd849025673f", "version" : "2.6.4" } + }, + { + "identity" : "swift-tree-sitter", + "kind" : "remoteSourceControl", + "location" : "https://github.com/tree-sitter/swift-tree-sitter", + "state" : { + "revision" : "08ef81eb8620617b55b08868126707ad72bf754f", + "version" : "0.25.0" + } + }, + { + "identity" : "tree-sitter", + "kind" : "remoteSourceControl", + "location" : "https://github.com/tree-sitter/tree-sitter", + "state" : { + "revision" : "da6fe9beb4f7f67beb75914ca8e0d48ae48d6406", + "version" : "0.25.10" + } + }, + { + "identity" : "tree-sitter-wmap", + "kind" : "remoteSourceControl", + "location" : "https://git.sr.ht/~rbdr/tree-sitter-wmap", + "state" : { + "branch" : "main", + "revision" : "c01881ae8910f11653e69d7bbded07e4413991bc" + } + }, + { + "identity" : "wmap-parser-swift", + "kind" : "remoteSourceControl", + "location" : "https://git.sr.ht/~rbdr/wmap-parser-swift", + "state" : { + "branch" : "main", + "revision" : "969b6a6653699b9f8662feb7f42511740f96f84a" + } } ], "version" : 3 |