SynEdit: Python HL, keyword fixes. Issue #40585

(cherry picked from commit 21c681f75f)
This commit is contained in:
Martin 2024-12-19 17:21:56 +01:00
parent f3a5b2f4b9
commit a02c4323a7

View File

@ -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',