We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd2b0d5 commit 71ccb98Copy full SHA for 71ccb98
source/ada/lsp-ada_highlighters.adb
@@ -652,8 +652,9 @@ package body LSP.Ada_Highlighters is
652
if Node.P_Is_Operator_Name then
653
Highlight_Token (Node.Token_Start, operator);
654
else
655
- -- Fallback to some default for any unresolved identifier
656
- Highlight_Token (Node.Token_Start, modifier);
+ -- In case of unresolved identifiers, do not set any semantic
+ -- highlighting
657
+ null;
658
end if;
659
end Highlight_Name;
660
0 commit comments