Hi Benno,
Thank you for the feedback. I think I based some elements of the color
scheme on the JavaScript style. I admit I tested only on a black
background though and the colors looked fine.
What about using red instead? The Java style uses this color for the
strings. That would give:
# Strings
color brightred ""(\\.|[^"])*"" "'(\\.|[^'])*'"
# Interpolation
icolor red "\$\{[^\}]*}"
It looks like the Wikipedia examples highlight the method names, but I
don't think we can do that with nano.
Emmanuel