On 16 June 2016 at 14:40, Ted Zlatanov <[email protected]> wrote: > > If anyone has suggestions on improving the syntax highlighting or > syntax-checking for Ansible inventory files or Ansible playbooks, please > let us know. I'll be glad to help write the Emacs Lisp needed and get > the code comitted. >
I have an Ansible mode for Emacs that uses https://github.com/vspinu/polymode to highlight the YAML parts of a playbook as YAML, and the Jinja2 parts as Jinja2. However, because of https://github.com/vspinu/polymode/issues/75 it's barely usable. I suspect this is fundamental to the way polymode works. Maybe something could be done with one of the other mode-in-mode modes ( https://emacswiki.org/emacs/MultipleModes). -- Peter Oliver -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
