Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pyscripter committed Jan 16, 2024
1 parent 5f7c6a3 commit 36da003
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/Highlighters/SynHighlighterPython.pas
Original file line number Diff line number Diff line change
Expand Up @@ -356,9 +356,10 @@ constructor TSynPythonSyn.Create(AOwner: TComponent);
fCaseSensitive := True;

FKeywords := TStringList.Create;
FKeywords.Sorted := True;
FKeywords.Duplicates := dupError;
FKeywords.Assign (GetKeywordIdentifiers);
FKeywords.CaseSensitive := True;
FKeywords.Sorted := True;

//++ CodeFolding
BlockOpenerRE.Create(
Expand Down

0 comments on commit 36da003

Please sign in to comment.