编辑器

修正语法高亮单行注释
This commit is contained in:
JianjunLiu 2022-10-19 15:29:09 +08:00
parent 481ab38f4e
commit c816e4d543
1 changed files with 1 additions and 1 deletions

View File

@ -3379,7 +3379,7 @@ type tcustomsynhighlighter = class(TSynHighLighter)
begin
st := new TTire();
frowstires[v] := st;
st.add("//");
st.add(v);
end
end
end