Add Vue support

This commit is contained in:
alstr 2021-11-04 12:42:41 +00:00
commit c18ed3eab7

View File

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