mirror of https://gitlab.com/basile.b/dexed.git
sxsyn, add support for DollarExp
This commit is contained in:
parent
3a3f6fb99f
commit
fff0ea4711
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue