feat: markcss

This commit is contained in:
Felix Roos 2024-10-22 22:23:48 +02:00
parent dd696ba663
commit 1e6e0a61b3
2 changed files with 5 additions and 2 deletions

View file

@ -13,7 +13,7 @@ import {
lineNumbers,
drawSelection,
} from '@codemirror/view';
import { Pattern, repl } from '@strudel/core';
import { repl, registerControl } from '@strudel/core';
import { Drawer, cleanupDraw } from '@strudel/draw';
import { isAutoCompletionEnabled } from './autocomplete.mjs';
import { isTooltipEnabled } from './tooltip.mjs';
@ -354,3 +354,5 @@ function s4() {
.toString(16)
.substring(1);
}
export const markcss = registerControl('markcss');