This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 244095

Summary: Enable .yml parsing for .raml files
Product: web Reporter: Philzen
Component: YAMLAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description Philzen 2014-04-26 11:50:53 UTC
.raml per definition need to be formatted in YAML markup.

Lets have the parser recognising them as such for PHP projects and potentially Java and others!

At the end of the day it would be cool if the components parts of https://github.com/mulesoft/api-designer could be run inside netbeans, but i guess that's an epic plugin project in itself...
Comment 1 Jaroslav Tulach 2014-04-28 11:40:16 UTC
Perhaps PHP related. Please assign to better category.
Comment 2 elennaro 2015-04-03 10:19:47 UTC
RAML™ is a YAML-based language that describes RESTful APIs. Together with the YAML specification, this specification provides all the information necessary to describe RESTful APIs; to create API client-code and API server-code generators; and to create API user documentation from RAML API definitions.

http://raml.org/spec.html


It is language independent!
Here you can fing opensource parsers for many language (including Java). As a lot of tools to work with RAML.

http://raml.org/projects

I hope that raml support at least at code highlighting level will be a very necessary feature for Netbeans users.