mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 12:09:21 +02:00
Jedi Code Format: Support unicodestrings variables again. Issue #38282, patch from Domingo Galmés.
git-svn-id: trunk@64311 -
This commit is contained in:
parent
4b59383f64
commit
6780d0d9dc
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user