feat: add support for v-lang
This commit is contained in:
parent
3a053c4f90
commit
2d6243bbf2
1 changed files with 7 additions and 0 deletions
|
@ -95,6 +95,7 @@
|
||||||
"text",
|
"text",
|
||||||
"travis",
|
"travis",
|
||||||
"typescript-def",
|
"typescript-def",
|
||||||
|
"v",
|
||||||
"vb",
|
"vb",
|
||||||
"vba",
|
"vba",
|
||||||
"vbhtml",
|
"vbhtml",
|
||||||
|
@ -1165,6 +1166,12 @@
|
||||||
},
|
},
|
||||||
".pony": {
|
".pony": {
|
||||||
"image": "ponylang"
|
"image": "ponylang"
|
||||||
|
},
|
||||||
|
".v": {
|
||||||
|
"image": "v"
|
||||||
|
},
|
||||||
|
".vh": {
|
||||||
|
"image": "v"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue