mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 17:00:31 +02:00
SynEdit: Python HL, keyword fixes. Issue #40585
This commit is contained in:
parent
19e6796666
commit
21c681f75f
@ -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