allow again yatol errors to be clickable

This commit is contained in:
Basile Burg 2018-01-20 04:55:56 +01:00
parent 4cd7b1342e
commit b8ba8ac460
1 changed files with 1 additions and 1 deletions

View File

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