Skip to content

Commit 2d5b46d

Browse files
committed
Added more text document types
1 parent 7a1e408 commit 2d5b46d

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" };
18+
static readonly string[] _docExtensions = { ".txt", ".md", ".rm", ".sh", ".map" };
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)