esprehn / chromium-codereview

A chrome extension that changes the frontend to Rietveld for Chromium
Other
35 stars 11 forks source link

syntax highlighting for multiline python comments broken #57

Closed jeisinger closed 10 years ago

jeisinger commented 10 years ago

for a multiline comment like this:

"""some long comment"""

only the first line is highlighted as comment

esprehn commented 10 years ago

Have an example patch?

jeisinger commented 10 years ago

https://codereview.chromium.org/346643002 patchset 1, build/detect_v8_host_arch.py, line 42