Syntax Highlighter for Java

前端 未结 6 1896
独厮守ぢ
独厮守ぢ 2020-12-05 21:49

As you know there is a Syntax highlighter for PHP called GeSHi which supports a great number of Programming Languages or Code formats.

However, I couldn\'t find such

6条回答
  •  天涯浪人
    2020-12-05 21:50

    Have a look at JHighlighter or jEdit Syntax Package. All mentioned languages aren't supported out of the box. However, you have the sources, so I guess it should be possible to add language support.

    Not a direct answer but, if client-side syntax highlighting is an option, the SyntaxHighlighter library from Alex Gorbatchev is an awesome javascript library, supports lots of languages and is highly extensible.

提交回复
热议问题