App-Mowyw
view release on metacpan or search on metacpan
'Text::VimColor' => 0,
'XML::Simple' => 0,
},
script_files => [ qw(
script/mowyw
)],
sign => 0,
);
$build->create_build_script;
# vim: sw=4 ts=4 expandtab
* README: update accordingly
* example/source/bar.shtml: added syntax hilighting example
* example/source/style.css: added syntax hilighting classes
* Mowyw/Lexer.pm: fixed handling of "0" string
mowyw (0.2.0)
* Mowyw/Lexer.pm: added a separate lexer
* mowyw: (nearly) complete rewrite using a recursive-descending parser
* README: added description for [[[verbatim foo]]] (arbitrary
stuff)[[[endverbatim foo]]]
# vim: set noexpandtab
example/mowyw.conf view on Meta::CPAN
MATCH[en] = \.en\.
POSTFIX[en] = .en
MATCH[de] = \.de\.
POSTFIX[de] = .en
INCLUDE[5] = \.shtml$
#EXCLUDE[10] = bar
# vim: expandtab
lib/App/Mowyw/Lexer.pm view on Meta::CPAN
$pos_and_line_number->($pos)
];
pos($text) = length($text);
}
}
}
return @res;
}
-1;
# vim: sw=4 ts=4 expandtab
script/mowyw view on Meta::CPAN
This is free software. You may redistribute copies of it under the terms
of the Artistic License 2 as published by The Perl Foundation.
(If this license is not permissive enough for you, please contact the author).
There is NO WARRANTY, to the extent permitted by law.
=cut
# vim: sw=4 ts=4 expandtab
( run in 1.901 second using v1.01-cache-2.11-cpan-5b529ec07f3 )