Added yield colors to python and cython.
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ icolor brightred "def [0-9A-Z_]+"
|
||||
|
||||
|
||||
#Keyword Color
|
||||
color green "\<(and|as|assert|class|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|map|not|or|pass|print|raise|try|while|with)\>"
|
||||
color green "\<(and|as|assert|class|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|map|not|or|pass|print|raise|try|while|with|yield)\>"
|
||||
color brightmagenta "\<(continue|break|return)\>"
|
||||
|
||||
#Operator Color
|
||||
|
||||
Reference in New Issue
Block a user