sxsyn, add support for DollarExp

This commit is contained in:
Basile Burg 2021-12-02 07:12:25 +01:00
parent 3a3f6fb99f
commit fff0ea4711
1 changed files with 1 additions and 1 deletions

View File

@ -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