Sunday, September 19, 2010

update SyntaxHighlighter 语法高亮

用法可以参考installation
具体的brushes
这里我嫌费事,就没有单独在自己的空间上传css和js,使用SyntaxHighlighter提供的现成的
已折腾在自己的空间上,为了靠谱
简单测试下下

c/c++
#include 

using namespace std;

class Foo {
};

int main(int agrc, char* argv[])
{
}
bash/shell
name=$1
if [ name == "test" ]; then
echo "success"
fi
js
/**
* SyntaxHighlighter
*/
function foo()
{
if (counter <= 10)
return;
// it works!
}

2 comments: