Although this is not crucial, I could not figure out why it does not work as it is. The current Vim highlighting fails to highlight def in the following case:
/--/def
However, it works for this one:
/--/ def
Why does the space matter? @cangiuli
Another thing is /-/-/ should be a self-contained comment.
Although this is not crucial, I could not figure out why it does not work as it is. The current Vim highlighting fails to highlight
def
in the following case:However, it works for this one:
Why does the space matter? @cangiuli
Another thing is
/-/-/
should be a self-contained comment.