Parser
The parser for syntax highlight.
Author
Chan Wai Shing
Functions
Link copied to clipboard
abstract fun parse(provider: Prettify.LangProvider, content: String): List<ParseResult>
Content copied to clipboard
abstract fun parse(fileExtension: String, content: String): List<ParseResult>
Content copied to clipboard
Parse the content
and return the parsed result.