helix-editor / helix

A post-modern modal text editor.
https://helix-editor.com
Mozilla Public License 2.0
33.21k stars 2.47k forks source link

Puppet language support #6073

Open jficz opened 1 year ago

jficz commented 1 year ago

Puppet Tree-sitter exists

~I'm not exactly sure how template languages work with Helix/Tree-sitter: an ERB (or Jinja or any other) template is essentially two distinct formats in single file.~

I will sooner or later probably try to create a PR for Puppet ~but I'm not even sure where to start with ERB...~

gabydd commented 1 year ago

erb support already exists: https://github.com/helix-editor/helix/pull/2055 there is no puppet support so feel free to create a pr for that

jficz commented 1 year ago

ah, my bad - I've got erb directly connected to Puppet in my head, sorry for the fuzz

ardrigh commented 1 year ago

Would be good to see some progress on this