In filetypes.python we have:

# single comment char, like # in this file
comment_single=#\s
# multiline comments
comment_open="""
comment_close="""

But none of these multi-line examples results in a comment or even heredoc, its just a string.

For some reason python syntax highlighting is ignoring comment_open/close and treating block comments as multiline comments:

screenshot

So how do we get docstrings to show up as multiline comments?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.