Merge 0485c291b9e328d316e3e0210a01d1907ddcbcd2 into 1aa64a86cf4c750e4d4788ef1a19d7a71ab641dd

This commit is contained in:
Can Kadıoğlu 2024-11-04 22:22:11 +00:00 committed by GitHub
commit 0b98700bce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ color brightcyan "\<(NoneType|TypeType|IntType|LongType|FloatType|ComplexType|St
## definitions
color brightcyan "def [a-zA-Z_0-9]+"
## keywords
color brightblue "\<(and|as|assert|async|await|break|class|continue|def|del|elif|else|except|finally|for|from|global|if|import|in|is|lambda|map|not|or|pass|raise|return|try|with|while|yield)\>"
color brightblue "\<(and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|finally|for|from|global|if|import|in|is|lambda|map|match|not|or|pass|raise|return|try|with|while|yield)\>"
## decorators
color brightgreen "@.*[(]"