标签: c# scintilla
如何在Scintilla.net中使用hilight pair括号(“{”和“}”)?
答案 0 :(得分:1)
您可以将ScintillaNet控件的IsBraceMatching属性设置为true,它将突出显示(),[]和{}。