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 242163 - Syntax highlighting for puppet and vagrant files
Summary: Syntax highlighting for puppet and vagrant files
Status: REOPENED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P4 normal with 1 vote (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-20 18:35 UTC by Fleshgrinder
Modified: 2016-08-25 15:15 UTC (History)
2 users (show)

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 Fleshgrinder 2014-02-20 18:35:49 UTC
More and more projects are using Vagrant and Puppet. NetBeans had Ruby support in older versions - NOTE! I'm not asking for full Ruby support here - and it might not be to hard to add basic syntax highlighting again for any of the upcoming NetBeans versions.

By default the syntax highlighting should be applied to .pp and .rb files, but especially to any [Vv]agrantfile.
Comment 1 junichi11 2014-03-21 02:28:51 UTC
I added the feature (syntax highlight for Vagrantfile) to Vagrant plugin[1].
But we also have to install Ruby plugin[2] to enable the feature.

[1] http://plugins.netbeans.org/plugin/50630/vagrant
[2] http://plugins.netbeans.org/plugin/38549/ruby-and-rails

Thanks.
Comment 2 Martin Balin 2016-07-07 07:26:14 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss
Comment 3 forevermatt 2016-08-25 15:15:49 UTC
Ruby syntax highlighting (of Vagrantfiles) is still lacking in NetBeans IDE Build 201608230002. I installed the Ruby plugin mentioned in this bug, and the Vagrantfile still lacked syntax highlighting. I then installed the Vagrant plugin, and that combination resulted in syntax highlighting for the Vagrantfile.