From c816e4d5434b80c8a521620d269f8523fb9ae494 Mon Sep 17 00:00:00 2001 From: JianjunLiu Date: Wed, 19 Oct 2022 15:29:09 +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 修正语法高亮单行注释 --- funcext/tvclib/utslmemo.tsf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funcext/tvclib/utslmemo.tsf b/funcext/tvclib/utslmemo.tsf index 8bc34b3..fe06810 100644 --- a/funcext/tvclib/utslmemo.tsf +++ b/funcext/tvclib/utslmemo.tsf @@ -3379,7 +3379,7 @@ type tcustomsynhighlighter = class(TSynHighLighter) begin st := new TTire(); frowstires[v] := st; - st.add("//"); + st.add(v); end end end