Syntax highlighting in text box?

I am looking for a syntax shortcut tool that allows me to highlight selected code in textareaand select a programming language. I would like to select a code, then choose a language (java or ruby ​​..).

I tried ckeditor syntax syntax syntax but he didn't like it.

+3
source share
2 answers

Ace and CodeMirror are two of the most popular dev tools used in browsers (Firefox / Webkit) and GitHub Gists, etc.

+1
source

The most popular syntax highlighting tool:

EditArea, CodePress, and CodeMirror

0
source

All Articles