dart_prism library

Classes

Container
A Container is a Node with children attribute.
Node
Base class of Node.
Prism
PrismStyle<T>
Creates a style.
Text
A plain text node, which is a node has not been parsed or does not match any pattern.
Token
A Token node contains the text matched patterns.

Extensions

ListExtensions on List<Node>

Exceptions / Errors

NoGrammarFoundError