Search code examples
apisyntax-highlightingpastie

Pastie with API and language detection


I'm trying to find a pastie like webservice that do perform some kind of automatic language detection (in term of programming language) and does the syntax coloring accordingly.

Most pastie websites do not have this feature I'd really love to have and use.

Thanks !


Solution

  • I've finished to develop my own tool to do that. It's called UU and performs automatic syntax recognition using highlight.js.

    • http://uu.zoy.org is free and encode locally what you paste in your browser before sending it to the server.
    • The API is WIP.