From fff0ea4711c5af1617ca2b55937d1794bb9581a6 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Thu, 2 Dec 2021 07:12:25 +0100 Subject: [PATCH] sxsyn, add support for DollarExp --- src/u_sxsyn.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/u_sxsyn.pas b/src/u_sxsyn.pas index 8ff4644c..3e26a2e5 100644 --- a/src/u_sxsyn.pas +++ b/src/u_sxsyn.pas @@ -694,7 +694,7 @@ begin end; end; if dollar and not oneChr then - fTokKind := TTokenKind.tkError + fTokKind := TTokenKind.tkSymbl else begin if KeywordMatch.contains(GetToken()) then