AST list refactoring

This commit is contained in:
Michael Schimmel
2026-01-04 22:41:44 +01:00
parent 2a7e6626ad
commit 242ec9a56e
27 changed files with 815 additions and 1076 deletions
+2 -1
View File
@@ -247,7 +247,8 @@ begin
if Assigned(Node) then
begin
case Node.Kind of
akBlockExpression, akParameterList, akArgumentList, akExpressionList, akRecordFieldList: ShouldIgnoreHover := True;
// Containers usually don't highlight on hover to reduce visual clutter
akBlockExpression, akTuple: ShouldIgnoreHover := True;
end;
end;