zackfuqua / mediacomp-jes

Automatically exported from code.google.com/p/mediacomp-jes
0 stars 0 forks source link

Multiline strings aren't syntax higlighted properly #37

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Multi-line strings (delineated with 3 single quotes, or 3 double quotes)
are not correctly colored as a string in JES 4.3.

Example:

def stringFun():
 'this is a string'
 "this isn't a string"
 print ''' multiline
 string is here'''

-Jay Summett

Original issue reported on code.google.com by bjdorn@gmail.com on 29 Mar 2010 at 1:24