dag / vim-fish

Vim support for editing fish scripts
MIT License
431 stars 59 forks source link

fix highlighting of inline comments #27

Closed euclio closed 6 years ago

euclio commented 9 years ago

Currently, if comments are on the same line, they aren't highlighted.

echo "hi"     # This comment would not be highlighted

This pull request fixes that bug.

lilyball commented 9 years ago

You should try my fork.