Hi. Is there any editor that can understand puppet DSL with syntax high- lighting? Thanks. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
> Is there any editor that can understand puppet DSL with syntax high- > lighting?vim, emacs . At least those are the one for which there are syntax files: http://github.com/reductivelabs/puppet/tree/master/ext/ I remember that there was also some support for textmate. cheers pete -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Thanks, VIM is cool. Though I secretly hoped for Eclipse support :). On Apr 27, 6:27 pm, Peter Meier <peter.me...@immerda.ch> wrote:> > Is there any editor that can understand puppet DSL with syntax high- > > lighting? > > vim, emacs . At least those are the one for which there are syntax > files:http://github.com/reductivelabs/puppet/tree/master/ext/ > > I remember that there was also some support for textmate. > > cheers pete > > -- > You received this message because you are subscribed to the Google Groups "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group athttp://groups.google.com/group/puppet-users?hl=en.-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
This might be a good project for someone interested in Eclipse. Maybe you could take a stab at it using those as a reference and then we could check them in for others to use? --Michael On Tue, Apr 27, 2010 at 12:04 PM, SyRenity <stas.oskin@gmail.com> wrote:> Thanks, VIM is cool. > > Though I secretly hoped for Eclipse support :). > > > On Apr 27, 6:27 pm, Peter Meier <peter.me...@immerda.ch> wrote: >> > Is there any editor that can understand puppet DSL with syntax high- >> > lighting? >> >> vim, emacs . At least those are the one for which there are syntax >> files:http://github.com/reductivelabs/puppet/tree/master/ext/ >> >> I remember that there was also some support for textmate. >> >> cheers pete >> >> -- >> You received this message because you are subscribed to the Google Groups "Puppet Users" group. >> To post to this group, send email to puppet-users@googlegroups.com. >> To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. >> For more options, visit this group athttp://groups.google.com/group/puppet-users?hl=en. > > -- > You received this message because you are subscribed to the Google Groups "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
> This might be a good project for someone interested in Eclipse. > Maybe you could take a stab at it using those as a reference and then > we could check them in for others to use?I talked once with an eclipse contributor about that and he mentioned that with the various built in support for DSL stuff in eclipse this should be pretty easy. So if anybody gets a person known to that kind of things to provide a skeleton it would be pretty "easy" to adapt thing. From my experience: Pretty easy if you know Eclipse from a developers point of view. Which is not that straightforward to learn. Eclipse is a beast! However, I think that Eclipse support would be pretty cool. But yeah, I would still mainly stick with vim ;) cheers pete -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.