SynEdit: Python HL, keyword fixes. Issue #40585

This commit is contained in:
Martin 2024-12-19 17:21:56 +01:00
parent 19e6796666
commit 21c681f75f

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