Programming language detection in PHP
- by nandu
I need to detect which programming language is used in a code snippet, there is any library to do this?
I already read this http://stackoverflow.com/questions/475033/detecting-programming-language-from-a-snippe, but I rather use a tested and working library.