1
0
mirror of https://github.com/scopatz/nanorc synced 2024-11-22 08:35:39 +01:00

Silly python edits.

This commit is contained in:
Anthony Scopatz 2012-02-20 01:08:36 -06:00
parent c90d38e928
commit 6835567ed2

View File

@ -15,11 +15,14 @@ color yellow "[.:;,+*|=!\%]" "<" ">" "/" "-" "&"
#Parenthetical Color
color magenta "[(){}]" "\[" "\]"
#Comment Color
color brightblue "#.*$"
#String Color
color cyan "['][^']*[^\\][']" "[']{3}.*[^\\][']{3}"
color cyan "["][^"]*[^\\]["]" "["]{3}.*[^\\]["]{3}"
#color cyan start=""""[^"]" end=""""" start="'''[^']" end="'''"
color cyan start=""""" end=""""" start="'''" end="'''"
#Comment Color
color brightblue "#.*$"
#color cyan start=""""[^"]" end=""""" start="'''[^']" end="'''"
#color cyan start=""""[^"]" end=""""" start="'''[^']" end="'''"
color cyan start="([[:space:]]"""|^""")" end=""""" start="'''[^']" end="'''"