코드 하이라이터

Posted at 2008/10/27 17:51 // in Tips // by Daniel
C 코드
[code]
#include <stdio.h>

int main(void)
{
    printf("Hello world\n");
    return 0;
}
[/code]

Bash
[code]
export CROSS_COMPILE=/usr/local/arm/gnu/arm-2006q3/bin/arm-none-linux-gnueabi-
export ARCH=arm
export PATH=$PATH:/usr/local/arm/gnu/arm-2006q3/bin
[/code]

http://textcube.org/plugin/562
여기서 가져왔습니다.

http://www.nekothink.com/entry/nEKO-SyntaxHighlight-Plug-In-with-Lua
여기 것보다는 별로 기능이 없다고 하는데 더 빠르다고 하네요.

크리에이티브 커먼즈 라이센스
Creative Commons License