summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2020-10-13 01:19:35 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-10-17 09:39:41 +0700
commit46e9e2eb0fd0ef2a96b07a01bf45d0e73fab68c0 (patch)
tree6c972f7ee70661bce15483984461bb244b32e789
parent553122f4555d7925193aa740814563a3bb18eaf8 (diff)
downloadslackbuilds-46e9e2eb0fd0ef2a96b07a01bf45d0e73fab68c0.tar.gz
slackbuilds-46e9e2eb0fd0ef2a96b07a01bf45d0e73fab68c0.tar.xz
development/source-highlight: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/source-highlight/README26
1 files changed, 14 insertions, 12 deletions
diff --git a/development/source-highlight/README b/development/source-highlight/README
index 6f34ffa6a7..a4813ef344 100644
--- a/development/source-highlight/README
+++ b/development/source-highlight/README
@@ -1,20 +1,22 @@
GNU Source-highlight
-This program, given a source file, produces a document with syntax highlighting.
-It also provides a C++ highlight library.
+This program, given a source file, produces a document with syntax
+highlighting. It also provides a C++ highlight library.
-Source-highlight reads source language specifications dynamically, thus it can
-be easily extended (without recompiling the sources) for handling new
-languages. It also reads output format specifications dynamically, and thus it
-can be easily extended (without recompiling the sources) for handling new
-output formats. The syntax for these specifications is quite easy (take a look
-at the manual).
+Source-highlight reads source language specifications dynamically,
+thus it can be easily extended (without recompiling the sources) for
+handling new languages. It also reads output format specifications
+dynamically, and thus it can be easily extended (without recompiling
+the sources) for handling new output formats. The syntax for these
+specifications is quite easy (take a look at the manual).
-Source-highlight is a command line program, and it can also be used as a CGI.
+Source-highlight is a command line program, and it can also be used as
+a CGI.
-Notice that source-highlight can also be used as a formatter (i.e., without
-highlighting): you can, for instance, format a txt file in HTML (and it will
-take care of translating special characters, such as, <, >, &).
+Notice that source-highlight can also be used as a formatter (i.e.,
+without highlighting): you can, for instance, format a txt file in
+HTML (and it will take care of translating special characters, such
+as, <, >, &).
A common example:
less /usr/src/linux/kernel/panic.c