what have i done

This commit is contained in:
2025-10-15 15:05:23 +02:00
parent c5733897ea
commit 1015e9e18f
123 changed files with 28542 additions and 1030 deletions

View File

@ -19,6 +19,7 @@
getBlock,
getDocument
} from '../../editor/block-eval';
import { csoundTooltip, csoundTooltipTheme } from '../../csound-reference/csoundTooltips';
interface Props {
value: string;
@ -99,6 +100,8 @@
rectangularSelection(),
crosshairCursor(),
highlightSelectionMatches(),
csoundTooltip,
csoundTooltipTheme,
keymap.of([
...closeBracketsKeymap,
...defaultKeymap,