Scroll to navigation

Padre::Plugin::YAML::Document(3pm) User Contributed Perl Documentation Padre::Plugin::YAML::Document(3pm)

NAME

Padre::Plugin::YAML::Document - YAML support for Padre The Perl IDE

VERSION

This document describes Padre::Plugin::YAML::Document version 0.06

DESCRIPTION

YAML support for Padre, the Perl Application Development and Refactoring Environment.
        # Called by padre to know which document to register for this plugin
        sub registered_documents {
                return (
                        'text/x-yaml' => 'Padre::Plugin::YAML::Document',
                );
        }
Syntax highlighting for YAML is supported by Padre out of the box. This plug-in adds some more features to deal with YAML files.

BUGS AND LIMITATIONS

No bugs have been reported.

METHODS

comment_lines_str
task_functions
task_outline
task_syntax

AUTHOR

Zeno Gantner <zenog@cpan.org>

CONTRIBUTORS

Kevin Dawson <bowtie@cpan.org>
Ahmad M. Zawawi <ahmad.zawawi@gmail.com>

LICENCE AND COPYRIGHT

Copyright (c) 2011-2012, Zeno Gantner <zenog@cpan.org>. All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.
2012-05-15 perl v5.14.2