Describes pairs of strings where the close string will be automatically inserted when typing the opening string.

Fields

open:String

The string that will trigger the automatic insertion of the closing string.

@:optionaloptionalnotIn:Null<Array<SyntaxTokenType>>

A set of tokens where the pair should not be auto closed.

close:String

The closing string that will be automatically inserted when typing the opening string.