linguist-languages
Version:
Linguist languages.yml in JSON format
18 lines (17 loc) • 339 B
JavaScript
module.exports = {
"name": "Velocity Template Language",
"type": "markup",
"color": "#507cff",
"aliases": [
"vtl",
"velocity"
],
"extensions": [
".vtl"
],
"aceMode": "velocity",
"tmScope": "source.velocity",
"codemirrorMode": "velocity",
"codemirrorMimeType": "text/velocity",
"languageId": 292377326
}