mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 10:20:40 +02:00
SynEdit: Python HL, keyword fixes. Issue #40585
(cherry picked from commit 21c681f75f
)
This commit is contained in:
parent
f3a5b2f4b9
commit
a02c4323a7
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user