jQuery.Syntax 是一个依赖JQuery的超级快和轻量级的语法着色器,可动态加载语法源文件并通过css对代码进行格式化显示
// -*- mode: javascript; -*- var foo = function () { alert("Hello World"); } for (var i = 0; i < 100; i += 1) { foo(); }
jQuery.Syntax还支持内联的语法高亮。比如:@x = y + 10
(Ruby) 和<img src="logo.png" />
(HTML)等等!
项目主页:http://www.oriontransfer.co.nz/software/jquery-syntax/index.en
文档
jQuery.Syntax 可以直接安装到你的网站目录, 或者作为某些开源内容管理系统的插件.
支持的语言与示例 [布局示例]
安装说明 [高级设置]
如何设置行模式
怎样为 jQuery.Syntax项目作贡献
兼容性
jQuery.Syntax已经开发时充分考虑了兼容性,并支持广泛的网络浏览器。我们一直在测试新的浏览器,如果在您的浏览器显示不正常,请告诉我们。
浏览器 | 支持版本 | 备注 |
---|---|---|
Firefox | 2+ | 完全支持. |
Safari | 3+ | 完全支持. |
Opera | 9+ | 完全支持. |
Internet Exploder | 6+ | 在IE6下仍有少量未知错误. |
Hello, thanks for mentioning my project! If you have any suggestions, or if you are able to assist with a Chinese language translation for the main project page, feel free to get in touch with me.
OH,It’s a great project,And I will do some translate about this project on my blog.
If u need, I will give u another version when it has been more complete.