...

Text file src/github.com/alecthomas/chroma/lexers/testdata/vue.actual

Documentation: github.com/alecthomas/chroma/lexers/testdata

     1<template>
     2    <button class="button">This is MyButton</button>
     3</template>
     4
     5<script>
     6    export default {
     7        name: "MyButton"
     8    }
     9</script>
    10
    11<style>
    12    .button{
    13        font-size:18px;
    14    }
    15</style>

View as plain text