mondo: change default markcss
This commit is contained in:
parent
65a7b3030e
commit
3657e2fd65
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ export function mondo(code, offset = 0) {
|
||||||
code = code.join('');
|
code = code.join('');
|
||||||
}
|
}
|
||||||
const pat = runner.run(code, offset);
|
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
|
// tell transpiler how to get locations for mondo`` calls
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue