mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Duplicate highlighters - better naming scheme
This commit is contained in:
parent
82b6f6ec0b
commit
2f916f9b6d
1 changed files with 2 additions and 1 deletions
|
|
@ -185,7 +185,8 @@ begin
|
|||
// Add duplicate external highlighter
|
||||
if SynHighlighterList.Objects[Index] is TSynUniSyn then
|
||||
begin
|
||||
SynHighlighterList.AddObject(AName + IntToStr(I), Highlighter);
|
||||
AName:= AName + ' #' + IntToStr(I);
|
||||
SynHighlighterList.AddObject(AName, Highlighter);
|
||||
end
|
||||
// Replace built-in highlighter
|
||||
else begin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue