Ask HN: check out my micro app - pygments syntax highlighter via HTTP(pygments.appspot.com)
pygments.appspot.com
Ask HN: check out my micro app - pygments syntax highlighter via HTTP
http://pygments.appspot.com/
2 comments
You might like to make a simple form where I could paste some code and select the language from a drop down.
Yeah, that's not a bad idea, but I don't need it myself. If you want, please go ahead and fork the code on github and send me a pull request, though.
http://github.com/trevorturk/pygments
http://github.com/trevorturk/pygments
I saw something similar on HN a few days ago (http://news.ycombinator.com/item?id=821526), but it didn't have an API. So, I made this one, which is _just_ an API :)
Feel free to use it for your projects. I also open sourced the code (http://github.com/trevorturk/pygments), so you can fork, improve, host your own, etc.
Enjoy!