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