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",
|
||||
"travis",
|
||||
"typescript-def",
|
||||
"v",
|
||||
"vb",
|
||||
"vba",
|
||||
"vbhtml",
|
||||
|
@ -1165,6 +1166,12 @@
|
|||
},
|
||||
".pony": {
|
||||
"image": "ponylang"
|
||||
},
|
||||
".v": {
|
||||
"image": "v"
|
||||
},
|
||||
".vh": {
|
||||
"image": "v"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue