+2015-12-02 Benno Schulenberg <bensberg@justemail.net>
+ * doc/syntax/python.nanorc: Don't colour triple quotes by themselves.
+
2015-12-02 Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
* doc/syntax/nftables.nanorc: New file; syntax colouring for nftables.
This addresses Debian bug #805288.
color brightcyan "\<(global|if|import|in|is|lambda|not|or|pass|print|raise|return|try|while|with|yield)\>"
# Strings.
-color brightgreen "['][^']*[^\\][']" "[']{3}.*[^\\][']{3}"
-color brightgreen "["][^"]*[^\\]["]" "["]{3}.*[^\\]["]{3}"
+color brightgreen "['][^']*[^'\\][']" "[']{3}.*[^'\\][']{3}"
+color brightgreen "["][^"]*[^"\\]["]" "["]{3}.*[^"\\]["]{3}"
# Comments.
color brightred "(^|[[:blank:]])#.*$"
# Multiline strings.