We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f67636b commit 3691650Copy full SHA for 3691650
src/Cornelis/Pretty.hs
@@ -25,7 +25,7 @@ import Prettyprinter.Internal.Type
25
-- The suffix after @Cornelis/XXX/@ matches the names as returned by Agda, contained in 'C.hl_atoms'.
26
-- How these names are generated is not documented on Agda's side, but the implementation can be found at
27
-- ['Agda.Interaction.Highlighting.Common.toAtoms'](https://github.com/agda/agda/src/full/Agda/Interaction/Highlighting/Common.hs).
28
--- The correspoding Agda types are found in 'Agda.Interaction.Highlighting.Precise'.
+-- The corresponding Agda types are found in 'Agda.Interaction.Highlighting.Precise'.
29
--
30
-- NOTE:
31
-- * When modifying this type, remember to sync the changes to @syntax/agda.vim@
0 commit comments