Vixen
02b45cc4
csharp
public sealed class PlainTokenizer

The tokenizer for a file nobody has a grammar for.

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

Fields and properties (1)

Methods (1)

  • public int Tokenize(string line, int state, List<CodeToken> into)

    Splits one line into runs.

Used by (3)

  • CodeEditorVixen.Ui.Controls.Advanced
  • CodeDocumentVixen.Editor.AssetEditors
  • MarkupDocumentVixen.Editor.AssetEditors