From 0d5e6636405dbe332c33c0fb82c7ccccb20f96cb Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 14 Dec 2025 20:21:24 +0100 Subject: Use wmap-parser-swift and tree-sitter-wmap for parsing and highlighting. --- .../xcshareddata/swiftpm/Package.resolved | 38 +++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) (limited to 'Map.xcodeproj/project.xcworkspace') 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 -- cgit