We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab68d8 commit db17b6dCopy full SHA for db17b6d
python.nanorc
@@ -25,7 +25,7 @@ color green "\<(NoneType|TypeType|IntType|LongType|FloatType|ComplexType|StringT
25
color green "def [a-zA-Z_0-9]+"
26
## keywords
27
color brightred "\<(and|as|from|import|not|or)\>"
28
-color brightcyan "\<(assert|async|await|break|class|continue|def|del|elif|else|except|finally|for|global|if|in|is|lambda|map|pass|raise|return|try|with|while|yield)\>"
+color brightcyan "\<(assert|async|await|break|case|class|continue|def|del|elif|else|except|finally|for|global|if|in|is|lambda|map|match|pass|raise|return|try|with|while|yield)\>"
29
30
## decorators
31
color brightgreen "@[a-zA-Z_0-9]+"
0 commit comments