Syntax::Highlight::CSS

Highlight CSS syntax
Download

Syntax::Highlight::CSS Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Zoffix Znet
  • Publisher web site:
  • http://search.cpan.org/~zoffix/

Syntax::Highlight::CSS Tags


Syntax::Highlight::CSS Description

Highlight CSS syntax Syntax::Highlight::CSS is a Perl module that 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 ^_^Developer commentsI honestly suggest you to try Syntax::Highlight::Engine::Kate::CSS first and see if it does what you want. Personally, I found that it wasn't interpeting @media blocks properly, but I could've been DoingItWrong. In constrast, with Syntax::Highlight::Engine::Kate::CSS you will be able to differentiate between more syntax elements than with this module.SYNOPSIS use strict; use warnings; use Syntax::Highlight::CSS; my $p = Syntax::Highlight::CSS- >new; print $p- >parse('a:hover { font-weight: bold; }'); Requirements: · Perl


Syntax::Highlight::CSS Related Software