开发者

Highlighting syntax in a html text editor

开发者 https://www.devze.com 2022-12-16 07:48 出处:网络
All, In a html textarea is it possible to 开发者_如何学Gohightlight c and cpp syntax.If do please indicated an example code for it.

All,

In a html textarea is it possible to 开发者_如何学Gohightlight c and cpp syntax.If do please indicated an example code for it.

int main()

Int should be highlighted in this case since it is a keyword.


http://www.cdolivet.com/index.php?page=editArea&sess=ba6469857a2ab4dacc7dc4a7b65545f5 and http://codepress.sourceforge.net/ are two very good options. I'm a fan of the first, but it's more work to set up.


you would need a scripting language (like PHP or JavaScript) to parse the text in the textarea and surround the keywords with a tag such as word . Then in your css you can add a style for class keyword


Try Ace Editor!

Support over 110 languages

0

精彩评论

暂无评论...
验证码 换一张
取 消