mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 05:38:25 +02:00
LazEdit: fix textmate, copy from other grammar
This commit is contained in:
parent
dedb2622b3
commit
fd824cd3d6
@ -2353,7 +2353,7 @@ begin
|
||||
for i := 0 to AnOtherGrammar.FMainPatternCount - 1 do
|
||||
FMainPatternList[InsPos + i].CopyFrom(AnOtherGrammar.FMainPatternList[i], InsPos, FMainPatternList);
|
||||
|
||||
FPatternRepo.Add(AnIncludeName+'#', AnOtherGrammar.RootPattern);
|
||||
FPatternRepo.Add(AnIncludeName+'#', TTextMatePattern.GetCopyFor(AnOtherGrammar.RootPattern, InsPos, FMainPatternList));
|
||||
for i := 0 to AnOtherGrammar.FPatternRepo.Count - 1 do begin
|
||||
k := AnOtherGrammar.FPatternRepo.Keys[i];
|
||||
if pos('#', k) > 0 then
|
||||
|
Loading…
Reference in New Issue
Block a user