diff --git a/src/ce_common.pas b/src/ce_common.pas index 20a03261..d6ed0005 100644 --- a/src/ce_common.pas +++ b/src/ce_common.pas @@ -1128,7 +1128,7 @@ function isEditable(const ext: string): boolean; begin result := false; case ext of - '.d', '.di', '.dd': result := true; + '.d', '.di', '.dd', '.lst', '.md', '.txt', '.map': result := true; end; end;