feat: add support for v-lang

This commit is contained in:
iCrawl 2019-11-03 05:19:45 +01:00
parent 3a053c4f90
commit 2d6243bbf2
No known key found for this signature in database
GPG key ID: E41A6DB922EC2CFE

View file

@ -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"
} }
} }
} }