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 d9ade98 commit 033c00bCopy full SHA for 033c00b
source/ada/lsp-ada_highlighters.adb
@@ -626,8 +626,8 @@ package body LSP.Ada_Highlighters is
626
end;
627
628
begin
629
- -- P_Has_Aspect checks the existence of either an aspect or a
630
- -- pragma.
+ -- P_Has_Aspect checks the existence of either an aspect or
+ -- a pragma.
631
if Def.P_Has_Aspect (Self.Obsolescent) then
632
Highlight_Token (Node.Token_Start, deprecated);
633
end if;
0 commit comments