|
Text.Highlighting.Kate.Syntax |
|
|
|
Synopsis |
|
|
|
Documentation |
|
highlightAs |
:: String | Language syntax
| -> String | Source code to highlight
| -> Either String [SourceLine] | Either error message or result
| True if extension belongs to language.
Highlight source code using a specified syntax definition.
|
|
|
languages :: [String] |
List of supported languages.
|
|
languagesByExtension :: String -> [String] |
Returns a list of languages appropriate for the given file extension.
|
|
Produced by Haddock version 2.1.0 |