From a32f024f1762d064108c131494bfb90ac0303428 Mon Sep 17 00:00:00 2001 From: Condorra Date: Sun, 6 Oct 2024 22:42:19 +1100 Subject: [PATCH] Add run Lua mode. Remove basic-setup Codemirror for customisation. --- index.html | 2 - package-lock.json | 23 ++---- package.json | 9 ++- src/editor_view.rs | 172 ++++++++++++++++++++++++++++++++++++++++++--- src/main.rs | 8 +++ 5 files changed, 183 insertions(+), 31 deletions(-) diff --git a/index.html b/index.html index ea095c5..03141f9 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,6 @@