diff --git a/python.nanorc b/python.nanorc index 014b26b..664498f 100644 --- a/python.nanorc +++ b/python.nanorc @@ -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 "@.*[(]"