improvements to editors

This commit is contained in:
2025-07-10 21:35:48 -04:00
parent 9bd9ab21b6
commit 8569c9c304
3 changed files with 81 additions and 49 deletions

View File

@@ -13,6 +13,9 @@ import {
} from "@codemirror/language";
import { ABBREV } from "./abbrev.js";
// maybe use https://github.com/codemirror/legacy-modes/blob/main/mode/simple-mode.js instead.
// @codemirror/legacy-modes/mode/simple-mode.js
// prettier flattened this...
const keywords = [
"let",