mirror of https://gitlab.com/basile.b/dexed.git
allowed indirectly to make clickabe message related to file of type .lst
e.g coverage, find all '000000'
This commit is contained in:
parent
5ceeb73cd2
commit
a8681e3f37
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue