Skip to content

Commit 878e693

Browse files
authored
Merge pull request #13 from mbnew/feat/addl-file-types
Added additional file types.
2 parents 532cb7b + 91880d3 commit 878e693

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

grammars/vbscript.cson

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
'asp',
44
'vbs',
55
'vb',
6-
'vba'
6+
'vba',
7+
'bas',
8+
'frm',
9+
'cls'
710
]
811
'name': 'VBScript'
912
'patterns': [

0 commit comments

Comments
 (0)