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. --- Map/Presentation/Commands/MapCommands.swift | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Map/Presentation/Commands') diff --git a/Map/Presentation/Commands/MapCommands.swift b/Map/Presentation/Commands/MapCommands.swift index fe21f57..b992a42 100644 --- a/Map/Presentation/Commands/MapCommands.swift +++ b/Map/Presentation/Commands/MapCommands.swift @@ -34,10 +34,6 @@ struct MapCommands: Commands { return [] } - private var defaultTemplate: Template? { - templates.first { $0.isDefault } - } - var body: some Commands { // File -- cgit