From 1de53730bce0bd3f9de89db1da7c19b7889b9a75 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 27 Jan 2023 12:04:23 +0100 Subject: Symbol values and modules --- src/syntax/kind.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/syntax/kind.rs') diff --git a/src/syntax/kind.rs b/src/syntax/kind.rs index 34e2fce7..f0a0bc5a 100644 --- a/src/syntax/kind.rs +++ b/src/syntax/kind.rs @@ -24,9 +24,6 @@ pub enum SyntaxKind { /// A shorthand for a unicode codepoint. For example, `~` for non-breaking /// space or `-?` for a soft hyphen. Shorthand, - /// Symbol notation: `:arrow:l:`. The string only contains the inner part - /// without leading and trailing dot. - Symbol, /// A smart quote: `'` or `"`. SmartQuote, /// Strong content: `*Strong*`. @@ -332,7 +329,6 @@ impl SyntaxKind { Self::Parbreak => "paragraph break", Self::Escape => "escape sequence", Self::Shorthand => "shorthand", - Self::Symbol => "symbol notation", Self::Strong => "strong content", Self::Emph => "emphasized content", Self::Raw => "raw block", -- cgit v1.2.3