编辑器

xml支持
This commit is contained in:
JianjunLiu 2023-03-21 15:31:02 +08:00
parent c8d44c6756
commit da625fd02b
1 changed files with 2 additions and 2 deletions

View File

@ -1397,8 +1397,8 @@ type TxmlSynHighLighter = class(tcustomsynhighlighter)
ExecuteCommand("keywords",array());
ExecuteCommand("rowannotes",array());
ExecuteCommand("blockannotes",array(("<!--","-->")));
ExecuteCommand("syms",array("<",">","=","?","</"));
ExecuteCommand("pairs",array(("<",">"),("</",">")));
ExecuteCommand("syms",array("<",">","=","?","</","!","[","]"));
ExecuteCommand("pairs",array(("<",">"),("</",">"),("[","]")));
end
function SetTToken(tokens,ttk,idx,ext);override;
begin