using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; namespace LB_VisionControl.ScriptEditControl.FastColorTextBox { public class SyntaxDescriptor : IDisposable { public char leftBracket = '('; public char rightBracket = ')'; public char leftBracket2 = '\x0'; public char rightBracket2 = '\x0'; public readonly List