diff --git a/components/synedit/synhighlighterpython.pas b/components/synedit/synhighlighterpython.pas index 6126be7446..edf5f4357e 100644 --- a/components/synedit/synhighlighterpython.pas +++ b/components/synedit/synhighlighterpython.pas @@ -187,9 +187,10 @@ const // No need to localise keywords! // List of keywords - KEYWORDCOUNT = 34; + KEYWORDCOUNT = 35; KEYWORDSIdents: array [1..KEYWORDCOUNT] of string = ( + 'as', 'and', 'assert', 'async',