parent
3a0479746d
commit
b26de5f0fc
|
|
@ -1251,7 +1251,7 @@ type ttfmhighlighter = class(tcustomsynhighlighter)
|
||||||
ExecuteCommand("string",array(('"',"\\")));
|
ExecuteCommand("string",array(('"',"\\")));
|
||||||
ExecuteCommand("keywords",array("object","end","inherited"));
|
ExecuteCommand("keywords",array("object","end","inherited"));
|
||||||
ExecuteCommand("rowannotes",array());
|
ExecuteCommand("rowannotes",array());
|
||||||
ExecuteCommand("blockannotes",array());
|
ExecuteCommand("blockannotes",array(("{","}")));
|
||||||
ExecuteCommand("syms",array("{","}","[","]","<",">",":",",","="));
|
ExecuteCommand("syms",array("{","}","[","]","<",">",":",",","="));
|
||||||
ExecuteCommand("pairs",array(("{","}"),("[","]"),("<",">"),("object","end"),("inherited","end")));
|
ExecuteCommand("pairs",array(("{","}"),("[","]"),("<",">"),("object","end"),("inherited","end")));
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -3305,7 +3305,7 @@ type tcustomsynhighlighter = class(TSynHighLighter)
|
||||||
begin
|
begin
|
||||||
SetTToken(tokens,ttk,idx-1);
|
SetTToken(tokens,ttk,idx-1);
|
||||||
bostr := ostr;
|
bostr := ostr;
|
||||||
ncost := array("str",bostr,fstrstires[bostr],fstrstires_zy[cst]);
|
ncost := array("str",bostr,fstrstires[bostr],fstrstires_zy[bostr]);
|
||||||
SetTToken(tokens,ostr,oidx-1,ncost);
|
SetTToken(tokens,ostr,oidx-1,ncost);
|
||||||
idx := oidx-1;
|
idx := oidx-1;
|
||||||
return ParserTokenLines(s,idx+1,e,ncost,tokens);
|
return ParserTokenLines(s,idx+1,e,ncost,tokens);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue