• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..10-May-2021-

README_TCLH A D10-May-2021383 149

makefileH A D10-May-20211.4 KiB4832

pkgIndex.tclH A D10-May-2021542 121

tclhighlight.cH A D10-May-20213.4 KiB11079

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