Python docstrings and Color Schemes

Unless I missed something, colour schemes for syntax highlighting offer only one type of strings. In Python, there are triple quoted strings which are special because they can span several lines and also because they are often docstrings, i.e. used to comment classes and functions. It would be nice to be able to highlight them differently from single quoted strings.

Hi, we’ve had a discussion on this in the past and decided not to style docstrings separately than other strings. https://github.com/Komodo/KomodoEdit/pull/614

More on…python docstring