Package com.wakaztahir.codeeditor.prettify.parser

Types

Link copied to clipboard
class CombinePrefixPattern

This is similar to the combinePrefixPattern.js in JavaScript Prettify.

Link copied to clipboard
class Job(basePos: Int = 0, sourceCode: String? = "")

This is the job object that similar to those in JavaScript Prettify.

Link copied to clipboard
class Prettify

This is similar to the prettify.js in JavaScript Prettify.

Link copied to clipboard
open class StylePattern(    val tokenStyle: String,     val regExp: Regex,     val shortcutChars: String? = null,     val unknownThing: String? = null)
Link copied to clipboard
object Util

Common Utilities. Some of the functions are port from JavaScript.