pygments / pygments.rb

💎 Ruby wrapper for Pygments syntax highlighter
MIT License
572 stars 141 forks source link

Livescript: fail to highlight when `//` appears in comments #149

Closed summivox closed 7 years ago

summivox commented 9 years ago

Minimal (not) working example: https://gist.github.com/summivox/a54b1e998454152f308d Note how the link in comment failed like a boss (pun intended)

gfx commented 7 years ago

Please report it to the Pygments project: https://bitbucket.org/birkenfeld/pygments-main

This gem is just a binding to Pygments written in Python.