VERSION
version: 0.10DESCRIPTION
YAML support for Padre, the Perl Application Development and Re-factoring 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
See Padre::Plugin::YAMLCONTRIBUTORS
See Padre::Plugin::YAMLCOPYRIGHT
See Padre::Plugin::YAMLLICENSE
See Padre::Plugin::YAML

