mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
Fixed multiline string highlighting.
This commit is contained in:
parent
b65096fd98
commit
c90d38e928
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,8 @@ color magenta "[(){}]" "\[" "\]"
|
|||
#String Color
|
||||
color cyan "['][^']*[^\\][']" "[']{3}.*[^\\][']{3}"
|
||||
color cyan "["][^"]*[^\\]["]" "["]{3}.*[^\\]["]{3}"
|
||||
color cyan start=""""[^"]" end=""""" start="'''[^']" end="'''"
|
||||
#color cyan start=""""[^"]" end=""""" start="'''[^']" end="'''"
|
||||
color cyan start=""""" end=""""" start="'''" end="'''"
|
||||
|
||||
#Comment Color
|
||||
color brightblue "#.*$"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue