mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
Silly python edits.
This commit is contained in:
parent
c90d38e928
commit
6835567ed2
1 changed files with 7 additions and 4 deletions
|
|
@ -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="'''"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue