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 - Enable .yml parsing for .raml files
Summary: Enable .yml parsing for .raml files
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: YAML (show other bugs)
Version: 8.0
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-26 11:50 UTC by Philzen
Modified: 2015-04-03 10:19 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.