Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SyntaxOpts

Hierarchy

  • SyntaxOpts

Index

Properties

scopes

scopes: string[][]

An array of string pairs defining possible S-expression / scope delimiters [open, close]. By default only the classic ["(",")"] pair is defined. Only single character delimiters are supported.

DEFAULT_SYNTAX

string

string: string

Single character string to delineate string values. Default: "

whiteSpace

whiteSpace: RegExp

Regex to identify whitespace a single whitespace character. Default: space, tab, newline, comma

Generated using TypeDoc