Skip to content

Commit 036fb8f

Browse files
committed
More text extensions
1 parent 0d00312 commit 036fb8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ZXBStudio/IntegratedDocumentTypes/CodeDocuments/Text/ZXTextDocument.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace ZXBasicStudio.IntegratedDocumentTypes.CodeDocuments.Text
1515
{
1616
public class ZXTextDocument : IZXDocumentType
1717
{
18-
static readonly string[] _docExtensions = { ".txt", ".md", ".rm", ".sh", ".map" };
18+
static readonly string[] _docExtensions = { ".txt", ".md", ".rm", ".sh", ".map", ".bat" };
1919
static readonly string _docName = "Text document";
2020
static readonly string _docDesc = "Plain text document.";
2121
static readonly string _docCat = "General";

0 commit comments

Comments
 (0)