Update with VB associations
This commit is contained in:
parent
6c4eaea13d
commit
4d9fd9229a
2 changed files with 3 additions and 1 deletions
|
@ -100,7 +100,7 @@
|
|||
{ "name": "tex", "label": "TeX", "extensions": ["tex"] },
|
||||
{ "name": "twig", "label": "Twig", "extensions": ["twig"] },
|
||||
{ "name": "typescript", "label": "TypeScript", "extensions": ["ts"] },
|
||||
{ "name": "vbscript", "label": "VBScript", "extensions": ["vbs"] },
|
||||
{ "name": "vbscript", "label": "VBScript", "extensions": ["vb", "vba", "vbs"] },
|
||||
{ "name": "verilog", "label": "Verilog", "extensions": ["v", "vh"] },
|
||||
{ "name": "vhdl", "label": "VHDL", "extensions": ["vhd", "vhdl"] },
|
||||
{ "name": "ini", "label": "Windows INI", "extensions": ["ini"] },
|
||||
|
|
|
@ -156,6 +156,8 @@
|
|||
"twig",
|
||||
"txt",
|
||||
"v",
|
||||
"vb",
|
||||
"vba",
|
||||
"vbs",
|
||||
"vcf",
|
||||
"vh",
|
||||
|
|
Loading…
Reference in a new issue