diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-08-10 23:39:33 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-08-10 23:39:33 +0000 |
commit | 195c351e6b831906e8c9231fcad5d01be27294fa (patch) | |
tree | e699bf148313791028c3a0a3c5945d7546d37aa9 /textproc/Makefile | |
parent | ee74687699689e0176af397a384a5cc996b153b2 (diff) |
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!
Notes
Notes:
svn path=/head/; revision=86743
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 7753e1fdbd96..0d66967f14f5 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 |