Module syntax

Source
Expand description

Syntax kinds and typed syntax nodes

Structs§

BeginItem
A \begin{name} command with arguments
CmdItem
Command item in latex document
EndItem
A \end{name} command
EnvItem
Environment item in latex document
FormulaItem
An inline formula or a display formula
LRClause
A \left or \right command
LRItem
A paired \left and \right command with nodes in between them.

Enums§

SyntaxKind
TexLang
Provides a TeX language for rowan

Type Aliases§

SyntaxElement
exported tex syntax element
SyntaxNode
exported tex syntax node
SyntaxToken
exported tex syntax token