NAME
Padre::Plugin::YAML::Document - YAML support for Padre The Perl IDE
VERSION
version: 0.10
DESCRIPTION
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