|
| Agda.Interaction.Highlighting.Emacs |
|
|
| Description |
| Functions which give precise syntax highlighting info to Emacs.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| :: FilePath | The path to the file which should be highlighted
(not the file which should be cleared).
| | -> IO () | | Clears a syntax highlighting information file.
The output file name is constructed from the given file name by
prepending "." and appending ".el".
|
|
|
|
| Outputs syntax highlighting information after clearing existing
highlighting info.
|
|
|
| Appends information about an error to the highlighting file
relevant for the error.
|
|
|
| All the properties.
|
|
| Produced by Haddock version 2.4.2 |