From db1b0458cff93da06b1906402ef14a3452f27654 Mon Sep 17 00:00:00 2001 From: Bryson Zimmerman Date: Thu, 5 Dec 2024 17:57:48 -0500 Subject: [PATCH] Next steps list adjustment --- src/main/kotlin/Main.kt | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/kotlin/Main.kt b/src/main/kotlin/Main.kt index eedcf5b..b463d1f 100644 --- a/src/main/kotlin/Main.kt +++ b/src/main/kotlin/Main.kt @@ -9,9 +9,6 @@ class HierarchicalPathfinding { Next steps: Add command line options to run particular pathfinders, render particular pathfinder's markings Add HPA*, should be a bit easier with existing abstractions. Hard part will be the path calculations - Use R to render syntax highlights https://github.com/KDE/syntax-highlighting/blob/master/data/syntax/kotlin.xml - https://pandoc.org/MANUAL.html#syntax-highlighting - https://hamel.dev/notes/quarto/highlighting.html */ companion object {