List of tokens and their string values. Regexp tokens are required by Live Preview.

Examples:


  {
    tokens = [
      id="regexp:\w+"    // regexp token
      string             // no value or pattern

      PLUS_OP="+"
      SWITCH="switch"
    ]
  }