Skip to content

Syntax request: Vue #198

Description

@privatenumber

Looking for support on syntax highlighting Vue code. It's basically the HTML syntax so likely easy to add.

Supported in Github Markdown too:

<template>
  <div class="hello">Hello World</div>
</template>

<script>
export default {};
</script>

<style scoped>
.hello {
  font-size: 12px;
}
</style>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions