mirror of https://gitlab.com/basile.b/dexed.git
fix #470 - "Find all" results are not clickable if the file is a C/C++ source
This commit is contained in:
parent
9f71934663
commit
67cd6e9eb4
|
@ -1307,6 +1307,8 @@ begin
|
|||
result := false;
|
||||
case ext of
|
||||
'.d', '.di', '.dd', '.lst', '.md', '.txt', '.map' , '.sx': result := true;
|
||||
else if hasCppSyntax(ext) then
|
||||
result := true;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
|
Loading…
Reference in New Issue