Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TokensProvider

A "manual" provider of tokens.

Hierarchy

  • TokensProvider

Index

Methods

getInitialState

  • The initial state of a language. Will be the state passed in to tokenize the first line.

    Returns IState

tokenize

  • Tokenize a line given the state at the beginning of the line.

    Parameters

    Returns ILineTokens

Generated using TypeDoc