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.