parent
c8d44c6756
commit
da625fd02b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue