From da625fd02b4b8e3f6b10f4c2d6ff32996f3cfb45 Mon Sep 17 00:00:00 2001 From: JianjunLiu Date: Tue, 21 Mar 2023 15:31:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit xml支持 --- designer/utslsynmemo.tsf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/designer/utslsynmemo.tsf b/designer/utslsynmemo.tsf index d1b8496..f1cc720 100644 --- a/designer/utslsynmemo.tsf +++ b/designer/utslsynmemo.tsf @@ -1397,8 +1397,8 @@ type TxmlSynHighLighter = class(tcustomsynhighlighter) ExecuteCommand("keywords",array()); ExecuteCommand("rowannotes",array()); ExecuteCommand("blockannotes",array((""))); - ExecuteCommand("syms",array("<",">","=","?",""),(""))); + ExecuteCommand("syms",array("<",">","=","?",""),(""),("[","]"))); end function SetTToken(tokens,ttk,idx,ext);override; begin