From 7cd6a1f98ebe6e8a23c6cf92c84d88ec4db1a73e Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Wed, 17 Jun 2026 01:01:35 +0200 Subject: [PATCH] feat(editor): syntax-highlight the TOML source with Shiki --- src/components/PlanEditor.vue | 117 ++++++++++++++++++++++++++++------ 1 file changed, 98 insertions(+), 19 deletions(-) diff --git a/src/components/PlanEditor.vue b/src/components/PlanEditor.vue index e12b839..4681b6c 100644 --- a/src/components/PlanEditor.vue +++ b/src/components/PlanEditor.vue @@ -1,23 +1,70 @@