You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting in "Example: Swap" (in the "Generics" chapter of "Intro to Ada"), there is reference, in text, to a procedure titled Generic_Swap. This procedure is not highlighted with orange text (as is typical of code references). It is highlighted with green AND orange text. The Generic_ portion of the procedure is green, the Swap portion is orange. Since green text is typically used for keywords, it seems like the interpreter thinks Generic_ should be highlighted as a keyword.
This also occurs in the "Exceptions" chapter for the Tasking_Error exception description (Task is green text, ing_Error is orange), likely because "Task" is a keyword.
Starting in "Example: Swap" (in the "Generics" chapter of "Intro to Ada"), there is reference, in text, to a procedure titled
Generic_Swap
. This procedure is not highlighted with orange text (as is typical of code references). It is highlighted with green AND orange text. TheGeneric_
portion of the procedure is green, theSwap
portion is orange. Since green text is typically used for keywords, it seems like the interpreter thinksGeneric_
should be highlighted as a keyword.REF: Generics file
The text was updated successfully, but these errors were encountered: