Jedi Code Format: Support unicodestrings variables again. Issue #38282, patch from Domingo Galmés.

git-svn-id: trunk@64311 -
This commit is contained in:
juha 2020-12-31 10:57:44 +00:00
parent 4b59383f64
commit 6780d0d9dc

View File

@ -2023,7 +2023,7 @@ begin
end; end;
end end
else else
Recognise([ttAnsiString, ttWideString]); Recognise(StringWords);
end; end;
//Recognise specialize keyword in type definition (for fpc) //Recognise specialize keyword in type definition (for fpc)