mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-21 20:55:12 -04:00
mondo: change default markcss
This commit is contained in:
@@ -38,7 +38,7 @@ export function mondo(code, offset = 0) {
|
||||
code = code.join('');
|
||||
}
|
||||
const pat = runner.run(code, offset);
|
||||
return pat;
|
||||
return pat.markcss('color: var(--foreground);text-decoration:underline');
|
||||
}
|
||||
|
||||
// tell transpiler how to get locations for mondo`` calls
|
||||
|
||||
Reference in New Issue
Block a user