mirror of https://gitlab.com/basile.b/dexed.git
allow again yatol errors to be clickable
This commit is contained in:
parent
4cd7b1342e
commit
b8ba8ac460
|
@ -1256,7 +1256,7 @@ function isEditable(const ext: string): boolean;
|
|||
begin
|
||||
result := false;
|
||||
case ext of
|
||||
'.d', '.di', '.dd', '.lst', '.md', '.txt', '.map': result := true;
|
||||
'.d', '.di', '.dd', '.lst', '.md', '.txt', '.map' , '.ya': result := true;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
|
Loading…
Reference in New Issue