Skip to content

[VSCode] XML tags support #39

@yleflour

Description

@yleflour

Current highlighting with sudolang

Image

Current highlighting with md files

Image

Extra notes

Also, if you could make it so that all of these highlight well, that would be awesome:

Image

Test code is:

<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>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions