Question

I know there are many syntax highlighting scripts in Javascript for adding syntax highlighting to source code, I am looking to see if such a thing exist with the addition of having Code Folding like many IDE's have.

Do you know if anything exist like that?

Was it helpful?

Solution

Thanks to Wikipedia, I found CodeMirror, which is not only a syntax highlighter, but also a code editor. However, according to the following code folding demo, you can use it just as a viewer.

It's written in Javascript and it supports a lot of languages (full list here).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top