Also, if you could make it so that all of these highlight well, that would be awesome:
<template>
\`\`\`ts
console.log('Hello, world!');
function myFunction() {
console.log('Hello, world!');
}
\`\`\`
</template>
<template-t>
\`\`\`ts
console.log('Hello, world!');
function myFunction() {
console.log('Hello, world!');
}
\`\`\`
</template-t>
<template-t>
\`\`\`ts
console.log('Hello, world!');
function myFunction() {
console.log('Hello, world!');
}
\`\`\`
</template-t>
Current highlighting with sudolang
Current highlighting with md files
Extra notes
Also, if you could make it so that all of these highlight well, that would be awesome:
Test code is: