gnu source-highlight icon
gnu source-highlight icon

gnu source-highlight

 1 like

gnu source-highlight is a command line program that can be used to highlight source code, it supports output to many formats including html, ODF, ANSI and groff.

License model

  • FreeOpen Source

Application type

Country of Origin

  • US flagUnited States

Platforms

  • Linux
  No rating
1like
0comments
0news articles

Features

Suggest and vote on features
  1.  Syntax Highlighting
  2.  Command line interface
  3.  Support for MarkDown

 Tags

gnu source-highlight News & Activities

Highlights All activities

Recent activities

Show all activities

gnu source-highlight information

  • Developed by

    US flagGNU Project
  • Licensing

    Open Source and Free product.
  • Alternatives

    5 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

OS & UtilitiesEducation & Reference

Popular alternatives

View all

Our users have written 0 comments and reviews about gnu source-highlight, and it has gotten 1 likes

gnu source-highlight was added to AlternativeTo by RemovedUser on Sep 23, 2020 and this page was last updated Apr 7, 2021.
No comments or reviews, maybe you want to be first?
Post comment/review

What is gnu source-highlight?

GNU Source-highlight, given a source file, produces a document with syntax highlighting. The colors and the styles can be specified (bold, italics, underline) by means of a configuration file, and some other options can be specified at the command line.

The program already recognizes many programming languages (e.g., C++, Java, Perl, etc.) and file formats (e.g., log files, ChangeLog, etc.), and some output formats (e.g., HTML, ANSI color escape sequences, LaTeX, etc.). Since version 2.0, it allows you to specify your own input source language via a simple syntax described later in this manual (Language Definitions). Since version 2.1, it allows you to specify your own output format language via a simple syntax described later in this manual (Output Language Definitions). Since version 2.2, it is able to generate cross references (e.g., to variable names, field names, etc.) by relying on the program ctags, http://ctags.sourceforge.net (Generating References).

Since version 3.0, GNU Source-highlight also provides a C++ library (which is used by the main program itself), that can be used by C++ programmers to add highlighting functionalities to their programs.