Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 10-May-2021 | - | ||||
README_TCL | H A D | 10-May-2021 | 383 | 14 | 9 | |
makefile | H A D | 10-May-2021 | 1.4 KiB | 48 | 32 | |
pkgIndex.tcl | H A D | 10-May-2021 | 542 | 12 | 1 | |
tclhighlight.c | H A D | 10-May-2021 | 3.4 KiB | 110 | 79 |
README_TCL
1HIGHLIGHT TCL EXTENSION 2----------------------- 3 4Run make to compile the TCL extension. 5 6The extension provides these functions in the highlight namespace: 7html, tex, latex, xterm256, truecolor, ansi, bbcode, pango 8 9tclsh example: 10 11% load tclhighlight.so 12% ::highlight::html "int main()" 13<span class="hl kwb">int</span> <span class="hl kwd">main</span><span class="hl opt">()</span> 14