csharp
public sealed class PlainTokenizerThe 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)
public static PlainTokenizer InstanceThe one there needs to be.
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