diff options
author | adamw <adamw@FreeBSD.org> | 2003-08-11 07:39:33 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-08-11 07:39:33 +0800 |
commit | 4d8ac919c1bfae4652e08c1af37dea3eb44d2e2e (patch) | |
tree | 1ec3ca9e04deda68d338b86a757c78c30f1eb761 /textproc/Makefile | |
parent | ce849804e54ffc08bd79d92e7d639e6eea87054c (diff) | |
download | freebsd-ports-graphics-4d8ac919c1bfae4652e08c1af37dea3eb44d2e2e.tar.gz freebsd-ports-graphics-4d8ac919c1bfae4652e08c1af37dea3eb44d2e2e.tar.zst freebsd-ports-graphics-4d8ac919c1bfae4652e08c1af37dea3eb44d2e2e.zip |
Add highlight.
highlight is a customizable source code highlighter. It supports a
myriad of output formats, and an even greater myriad of recognized
source code formats, and even supports themes.
highlight can output to HTML, XHTML, RTF, LaTeX and TeX, and can
markup many input formats, including:
Ada 95, Agda, AMPL, Aspect, Assembler, Amtrix, Avenue, (G)AWK, Bash,
BlitzBasic, BMS, C, C++, C#, ClearBasic, Clipper, COBOL, CSS, DOS-Batch,
Eiffel, Euphoria, Express, Fortran, Haskell, HTML, HTTPD, IDL, INI,
Jasmin, Java, JavaScript, LaTeX, LDIF, Lotus Script, Lua, Make, Maya,
Matlab, Modelica, Modula 3, (Object) Pascal, Paradox, PATROL, Perl, PHP,
Pike, PL/1, PL/SQL, POV Ray, Progress, Python, Rexx, Ruby, Small, Spin,
Sybase, VHDL, Visual Basic, and XML.
phew!
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 7753e1fdbd9..0d66967f14f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -99,6 +99,7 @@ SUBDIR += gxmlviewer SUBDIR += hevea SUBDIR += hgrep + SUBDIR += highlight SUBDIR += hs-haxml SUBDIR += htdig SUBDIR += html |