mirror of
https://github.com/scopatz/nanorc
synced 2024-10-31 23:00:00 +01:00
Merge pull request #252 from crazcalm/add_python_async_keywords
Add python async and await keywords
This commit is contained in:
commit
9f6482ef2c
@ -21,7 +21,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|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|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)\>"
|
||||
|
||||
## decorators
|
||||
color brightgreen "@.*[(]"
|
||||
|
Loading…
Reference in New Issue
Block a user