vim-ansible-yaml icon indicating copy to clipboard operation
vim-ansible-yaml copied to clipboard

Broken action lines are not properly highlighted

Open anshin opened this issue 11 years ago • 1 comments

- name: create directory
  file: state=directory
         dest=/path/to/file

The text after file: is highlighted, but the text on the next line isn't. It should be, as per the Intro to Playbooks. Search for too long.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

anshin avatar Sep 12 '14 03:09 anshin

Related to #8.

chase avatar Nov 15 '14 20:11 chase