This interface can be shortened as an array, ie. ['{','}','delimiter.curly']
interface IMonarchLanguageBracket { close: string; open: string; token: string;}
close: string
closing bracket
open: string
open bracket
token: string
token class
This interface can be shortened as an array, ie. ['{','}','delimiter.curly']