Other keys that can be referred to by the tokenizer.
Optionalbracketsfor example [['{','}','delimiter.curly']]
Optionaldefaultif no match in the tokenizer assign this token class (default 'source')
Optionalignoreis the language case insensitive?
Optionalincludeinclude line feeds (in the form of a \n character) at the end of lines Defaults to false
Optionalstartstart symbol in the tokenizer (by default the first entry is used)
map from string to ILanguageRule[]
Optionaltokenattach this to every token class (by default '.' + name)
Optionalunicodeis the language unicode-aware? (i.e., /\u{1D306}/)
A Monarch language definition