add vue language syntax support

This commit is contained in:
Ming 2021-08-24 10:22:24 +08:00
parent 9e47839bca
commit b7540f8889

View File

@ -429,5 +429,21 @@
}
}
]
},
{
"language": "Vue",
"markers": [
{
"type": "line",
"pattern": {
"start": "<--",
"end": "-->"
}
},
{
"type": "line",
"pattern": "//"
}
]
}
]
]