moonshine.editor.text.syntax.parser

..
context
AS3LineParser

Parses lines of ActionScript 3.0 (AS3) code to determine how the syntax is highlighted.

CSSLineParser

Parses lines of Cascading Style Sheets (CSS) to determine how the syntax is highlighted.

GroovyLineParser

Parses lines of Groovy code to determine how the syntax is highlighted.

HTMLLineParser

Parses lines of Hyper Text Markup Langugage (HTML) to determine how the syntax is highlighted.

HaxeLineParser

Parses lines of Haxe code to determine how the syntax is highlighted.

ILineParser

Interface for line parsers.

InlineParser

An inline parser used for complex context switch parsers.

JSLineParser

Parses lines of JavaScript (JS) code to determine how the syntax is highlighted.

JavaLineParser

Parses lines of Java code to determine how the syntax is highlighted.

LineParser

Base class for line parsers.

LineParserPattern

Used by line parsers to register a syntax pattern.

MXMLLineParser

Parses lines of MXML code to determine how the syntax is highlighted.

PlainTextLineParser

Parses lines of plain text to determine how the syntax is highlighted.

PythonLineParser

Parses lines of Python code to determine how the syntax is highlighted.

XMLLineParser

Parses lines of XML to determine how the syntax is highlighted.