[add] file read

This commit is contained in:
Andy Bunce 2025-10-22 23:18:29 +01:00
parent 21c0eae056
commit e63912740a
7 changed files with 316 additions and 26 deletions

View file

@ -90,7 +90,7 @@ const baseExts = [
drawSelection(),
dropCursor(),
EditorState.allowMultipleSelections.of(true),
tooltips({ }), // clipped
tooltips({ }), // clipped
keymap.of([indentWithTab]),
indentOnInput(),
syntaxHighlighting(defaultHighlightStyle, { fallback: true }),