I also see that docstrings are treated/highlighted just like ordinary strings.
It would be nice to have functionality to make that distinction. That is, by adding the ability to set different colors for docstrings, """, " and ' type strings.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=617340
Well, currently not, but it could be an interesting option...
Logged In: NO
docstrings and """ strings are two different things.
docstrings are the first string in a class/module/etc.
""" is a strong quote.
It just happens that most docstrings use strong quotes, and most strong quotes are docstrings, but neither is necessarily always true.
Logged In: YES
user_id=1868889
Originator: NO
I also see that docstrings are treated/highlighted just like ordinary strings.
It would be nice to have functionality to make that distinction. That is, by adding the ability to set different colors for docstrings, """, " and ' type strings.