Vixen
02b45cc4
csharp
public static class SyntaxFacts

Static facts about VXML kinds: the canonical text of fixed-text tokens, used both when the parser fabricates a missing token and when a diagnostic wants to name what it expected.

No guide page documents this yet — the page shows what the code says about itself.

Methods (2)

  • public static string GetText(SyntaxKind kind)

    Canonical text for a fixed-text token kind, or the empty string if it has none.

  • public static bool IsComponentName(string name)

    Whether a tag name names a component rather than an intrinsic element.

Used by (2)

  • BinderVixen.Ui.Markup
  • VxmlParserVixen.Ui.Markup