We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
declare
Currently, when using lisp-mode, type parameter keywords are highlighted.
For instance in:
(declare copy ((Into :a Pathname) (Into :b Pathname) => :a -> :b -> (Result FileError Unit)))
:a and :b will be recognized as a different color.
:a
:b