Python triple-quoted string syntax coloring bug
Posted: Mon May 08, 2006 12:06 am
If a triple-quoted string has a hash mark in it, the syntax highlighter thinks a comment has begun:
def foo_count():
""" Return the # of foo's. """
return 0
def foo_count():
""" Return the # of foo's. """
return 0