Skip to content

Commit

Permalink
More text extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
gusmanb committed Jan 5, 2024
1 parent 0d00312 commit 036fb8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace ZXBasicStudio.IntegratedDocumentTypes.CodeDocuments.Text
{
public class ZXTextDocument : IZXDocumentType
{
static readonly string[] _docExtensions = { ".txt", ".md", ".rm", ".sh", ".map" };
static readonly string[] _docExtensions = { ".txt", ".md", ".rm", ".sh", ".map", ".bat" };
static readonly string _docName = "Text document";
static readonly string _docDesc = "Plain text document.";
static readonly string _docCat = "General";
Expand Down

0 comments on commit 036fb8f

Please sign in to comment.