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;
|
||||||
end;
|
end;
|
||||||
if dollar and not oneChr then
|
if dollar and not oneChr then
|
||||||
fTokKind := TTokenKind.tkError
|
fTokKind := TTokenKind.tkSymbl
|
||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
if KeywordMatch.contains(GetToken()) then
|
if KeywordMatch.contains(GetToken()) then
|
||||||
|
|
Loading…
Reference in New Issue