diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-01-28 15:35:56 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-01-28 15:36:32 +0100 |
| commit | 4809e685a231a3ade2c78b75685ee859196c38c1 (patch) | |
| tree | e3141236cca536c31c6ef4a6df6d218c16ba5a94 /src/syntax/kind.rs | |
| parent | 28c554ec2185a15e22f0408ce485ed4afe035e03 (diff) | |
More capable math calls
Diffstat (limited to 'src/syntax/kind.rs')
| -rw-r--r-- | src/syntax/kind.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/syntax/kind.rs b/src/syntax/kind.rs index aa4a5cfe..b2b65a62 100644 --- a/src/syntax/kind.rs +++ b/src/syntax/kind.rs @@ -59,8 +59,6 @@ pub enum SyntaxKind { /// Mathematical markup. Math, - /// An atom in math: `x`, `+`, `12`. - MathAtom, /// An identifier in math: `pi`. MathIdent, /// An alignment point in math: `&`. @@ -345,7 +343,6 @@ impl SyntaxKind { Self::Formula => "math formula", Self::Math => "math", Self::MathIdent => "math identifier", - Self::MathAtom => "math atom", Self::MathAlignPoint => "math alignment point", Self::MathDelimited => "delimited math", Self::MathAttach => "math attachments", |
