Interface IMonarchLanguageBracket

Expand description

This interface can be shortened as an array, ie. ['{','}','delimiter.curly']

interface IMonarchLanguageBracket {
    close: string;
    open: string;
    token: string;
}

Properties§

§close: string

closing bracket

§open: string

open bracket

§token: string

token class