Files
requirements.txt.vim/syntax
Jon Parise 51446907b6 Support comments after environment markers
For example:

    package; python_version < '3'  # Comment

Previously, the environment marker syntax group matched to the end of
the line and didn't stop at the comment character (`#`).
2020-01-19 09:20:14 -08:00
..