|
|
@ -69,8 +69,8 @@ export async function highlight(
|
|
|
|
const transformers: ShikijiTransformer[] = [
|
|
|
|
const transformers: ShikijiTransformer[] = [
|
|
|
|
transformerNotationDiff(),
|
|
|
|
transformerNotationDiff(),
|
|
|
|
transformerNotationFocus({
|
|
|
|
transformerNotationFocus({
|
|
|
|
classFocused: 'has-focus',
|
|
|
|
classActiveLine: 'has-focus',
|
|
|
|
classRootActive: 'has-focused-lines'
|
|
|
|
classActivePre: 'has-focused-lines'
|
|
|
|
}),
|
|
|
|
}),
|
|
|
|
transformerNotationHighlight(),
|
|
|
|
transformerNotationHighlight(),
|
|
|
|
transformerNotationErrorLevel(),
|
|
|
|
transformerNotationErrorLevel(),
|
|
|
|