All Questions
Tagged with syntax-highlighting python
1 question
2
votes
1
answer
830
views
VIM with Python - Multiple # do not get colored as a comment
Something changed on my system and now VIM screws up syntax highlighting of commented lines.
This makes having 'debug' lines very difficult as it looks like the line is still active based on the ...