timonwong / OmniMarkupPreviewer

Sublime Text 2&3 plugin to live preview markup files, supported (not limited to) markup formats are markdown, reStructuredText, WikiCreole and textile.
MIT License
500 stars 74 forks source link

Adding #! in the first line of code will number the code #76

Closed yoonghm closed 9 years ago

yoonghm commented 9 years ago

issue_281_1

issue_281_2

timonwong commented 9 years ago

Thanks for reporting, I can confirm it's a bug due to the improper use of the pygments library.

For now, as a workaround, you can specify the syntax explicitly:

```bash
#!/bin/bash
echo "hello World"