View source
class PlainTextLineParser
package moonshine.editor.text.syntax.parser
implements ILineParser
Parses lines of plain text to determine how the syntax is highlighted.
Static variables
Constructor
Variables
Methods
parse(sourceCode:String, startLine:Int, startChar:Int, endLine:Int, endChar:Int):Array<Int>
See also: