+2014-02-26 Konstantin Abakumov <abakumov@Savannah> (tiny change)
+ * doc/syntax/python.nanorc - Slightly improve the regexes for
+ multiline strings in Python, reducing spillage.
+
2014-02-26 Benno Schulenberg <bensberg@justemail.net>
* src/move.c (do_down), src/winio.c (edit_scroll) - Scroll an
extra amount when softwrap is on and the current line would
color brightcyan "\<(and|as|assert|break|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|not|or|pass|print|raise|return|try|while|with|yield)\>"
color brightgreen "['][^']*[^\\][']" "[']{3}.*[^\\][']{3}"
color brightgreen "["][^"]*[^\\]["]" "["]{3}.*[^\\]["]{3}"
-color brightgreen start=""""[^"]" end=""""" start="'''[^']" end="'''"
+color brightgreen start="\"\"\"[^"]" end="\"\"\""
+color brightgreen start="\'\'\'[^']" end="\'\'\'"
color brightred "#.*$"