Search results for "module:Syntax::Highlight::Perl"

Syntax::Highlight::Perl - Highlighting of Perl Syntactical Structures River stage one • 2 direct dependents • 2 total dependents

This module provides syntax highlighting for Perl code. The design bias is roughly line-oriented and streamed (ie, processing a file line-by-line in a single pass). Provisions *may* be made in the future for tasks related to "back-tracking" (ie, re-d...

JOHNSCA/Syntax-Highlight-Perl-1.0 - 10 Apr 2001 21:37:36 UTC

Apache::Syntax::Highlight::Perl - mod_perl 1.0/2.0 extension to highlight Perl code River stage zero No dependents

Apache::Syntax::Highlight::Perl is a mod_perl (1.0 and 2.0) module that provides syntax highlighting for Perl code. This module is a wrapper around Syntax::Highlight::Perl....

ENRYS/Apache-Syntax-Highlight-Perl-1.01 - 24 Apr 2004 15:43:36 UTC

Syntax::Highlight::Perl::Improved - Highlighting of Perl Syntactical Structures River stage two • 5 direct dependents • 10 total dependents

This module provides syntax highlighting for Perl code. The design bias is roughly line-oriented and streamed (ie, processing a file line-by-line in a single pass). Provisions *may* be made in the future for tasks related to "back-tracking" (ie, re-d...

DAVIDCYL/Syntax-Highlight-Perl-Improved-1.01 - 04 May 2004 04:20:14 UTC

Syntax::Highlight::Engine::Kate::Perl - a Plugin for Perl syntax highlighting River stage two • 11 direct dependents • 15 total dependents

Syntax::Highlight::Engine::Kate::Perl is a plugin module that provides syntax highlighting for Perl to the Syntax::Haghlight::Engine::Kate highlighting engine. This code is generated from the syntax definition files used by the Kate project. It works...

MANWAR/Syntax-Highlight-Engine-Kate-0.14 - 13 Jan 2018 21:00:27 UTC

Syntax::Highlight::Engine::Simple::Perl - (EXPERIMENTAL) Perl code highlighting class River stage one • 1 direct dependent • 1 total dependent

This is a sub class of Syntax::Highlight::Engine::Simple. A working example of This module is at bellow. http://jamadam.com/dev/cpan/demo/Syntax/Highlight/Engine/Simple/...

AKHUETTEL/Syntax-Highlight-Engine-Simple-Perl-0.06 - 13 Jan 2018 16:07:31 UTC

Syntax::Highlight::Engine::Kate::Perl6 - a Plugin for Perl 6 syntax highlighting River stage two • 11 direct dependents • 15 total dependents

Syntax::Highlight::Engine::Kate::Perl6 is a plugin module that provides syntax highlighting for Perl 6 to the Syntax::Haghlight::Engine::Kate highlighting engine. This code is generated from the syntax definition files used by the Kate project. It wo...

MANWAR/Syntax-Highlight-Engine-Kate-0.14 - 13 Jan 2018 21:00:27 UTC

Syntax::SourceHighlight - Perl Binding to GNU Source Highlight River stage zero No dependents

GNU Source Highlight <https://www.gnu.org/software/src-highlite/> is a library to format code written in many programming languages as text in several markup languages. This binding to the underlying C++ library is very basic, supporting only the ess...

MATLIB/Syntax-SourceHighlight-2.1.3 - 22 Aug 2022 23:05:26 UTC

Syntax::Highlight::CSS - highlight CSS syntax River stage one • 1 direct dependent • 2 total dependents

The module takes CSS code and wraps different pieces of syntax into HTML "<span>" elements with appropriate class names which enables you to highlight syntax of the snippet using.. CSS ^_^ I honestly suggest you to try Syntax::Highlight::Engine::Kate...

ZOFFIX/Syntax-Highlight-CSS-0.0102 - 12 Nov 2013 00:02:38 UTC

Syntax::Highlight::HTML - Highlight HTML syntax River stage one • 1 direct dependent • 2 total dependents

This module is designed to take raw HTML input and highlight it (using a CSS stylesheet, see "Notes" for the classes). The returned HTML code is ready for inclusion in a web page. It is intented to be used as an highlighting filter, and as such does ...

SAPER/Syntax-Highlight-HTML-0.04 - 03 Apr 2005 13:25:13 UTC

Syntax::Highlight::Shell - Highlight shell scripts River stage zero No dependents

This module is designed to take shell scripts and highlight them in HTML with meaningful colours using CSS. The resulting HTML output is ready for inclusion in a web page. Note that no reformating is done, all spaces are preserved....

SAPER/Syntax-Highlight-Shell-0.04 - 03 Apr 2005 13:36:50 UTC

Syntax::Highlight::Mason - Perl extension to Highlight HTML::Mason code River stage zero No dependents

Produce colorized and HTML escaped code from HTML::Mason source suitable for displaying on the WWW and perhaps even in an Mason environment. Lots of things are customizable, but the defaults are pretty reasonable. Customization The following items ca...

LAXEN/Syntax-Highlight-Mason-1.23 - 01 Feb 2009 15:54:37 UTC

Syntax::Highlight::WithEmacs - syntax-highlight source code using Emacs River stage zero No dependents

This module uses the Emacs script htmlize.el to provide syntax highlighting the same way as your local Emacs does. Care has been taken so that it works on the server, especially it has been tested to work as part of a Movable Type CodeBeautifier plug...

ANEI/Syntax-Highlight-WithEmacs-0.2 - 20 Sep 2013 14:53:09 UTC

Syntax::Highlight::XML - syntax highlighting for XML River stage zero No dependents

Outputs pretty syntax-highlighted HTML for XML. (Actually just adds "<span>" elements with "class" attributes. You're expected to bring your own CSS.) Methods "highlight($input)" Highlight some XML. $input may be a file handle, filename or a scalar r...

TOBYINK/Syntax-Highlight-RDF-0.003 - 11 Sep 2014 11:24:33 UTC

Syntax::Highlight::RDF - syntax highlighting for various RDF-related formats River stage zero No dependents

Outputs pretty syntax-highlighted HTML for RDF-related formats. (Actually just adds "<span>" elements with "class" attributes. You're expected to bring your own CSS.) Formats * N-Triples * N-Quads * Turtle * TriG * Notation 3 * Pretdsl * SPARQL Query...

TOBYINK/Syntax-Highlight-RDF-0.003 - 11 Sep 2014 11:24:33 UTC

IkiWiki::Plugin::syntax - Add syntax highlighting to ikiwiki River stage zero No dependents

This plugin adds syntax highlight capabilities to Ikiwiki using third party modules if they are installed. Those modules can be: * Syntax::Highlight::Engine::Kate Uses the Syntax::Highlight::Engine::Kate package, a port to Perl of the syntax highligh...

VMORAL/IkiWiki-Plugin-syntax-0.25 - 24 Apr 2009 10:08:06 UTC

IkiWiki::Plugin::syntax::Vim - Uses Text::VimColor for syntax highlight in IkiWiki River stage zero No dependents

See the IkiWiki::Plugin::syntax for examples of use....

VMORAL/IkiWiki-Plugin-syntax-0.25 - 24 Apr 2009 10:08:06 UTC

Syntax::Highlight::Engine::Simple - Simple Syntax Highlight Engine River stage one • 3 direct dependents • 4 total dependents

This is a Syntax highlight Engine. This generates a part of HTML string by marking up the input string with span tags along the given rules so that you can easily coloring with CSS. Advantage is the simpleness. This provides a simple way to define th...

AKHUETTEL/Syntax-Highlight-Engine-Simple-0.102 - 17 Jun 2020 13:05:35 UTC

Syntax::Highlight::JSON2 - syntax highlighting for JSON River stage zero No dependents

Outputs pretty syntax-highlighted HTML for JSON. (Actually just adds "<span>" elements with "class" attributes. You're expected to bring your own CSS.) There's nothing significant in the number "2" in the name of this module. There was just already a...

TOBYINK/Syntax-Highlight-RDF-0.003 - 11 Sep 2014 11:24:33 UTC

Asterisk::config::syntax::highlight - highlight Asterisk config syntax River stage zero No dependents

This module highlighting Asterisk config syntax into HTML .It's simple to used....

NSNAKE/Asterisk-config-syntax-highlight-0.5 - 23 Apr 2009 03:00:46 UTC

Syntax::Highlight::Universal - Syntax highlighting module based on the Colorer library River stage zero No dependents

Syntax::Highlight::Universal doesn't export any functions. You can call its methods either statically or through an object. The result will be the same but we will use the latter here as it is the more convenient of the two. Creating a new object my ...

PALANT/Syntax-Highlight-Universal-0.4 - 13 Mar 2005 18:32:47 UTC
29 results (0.074 seconds)