allowed indirectly to make clickabe message related to file of type .lst

e.g coverage, find all '000000'
This commit is contained in:
Basile Burg 2016-01-25 08:36:02 +01:00
parent 5ceeb73cd2
commit a8681e3f37
1 changed files with 1 additions and 1 deletions

View File

@ -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;