Closed stemid closed 4 years ago
If you set the filetype to YAML, does it still break?
@pearofducks Yes, I only recently started using ansible-vim to solve the issue of this syntax breaking in some Ansible files.
So before that I used the vim standard and it still breaks. Also breaks if I try to force set ft=yaml, not sure if that was the standard.
Yeah, we largely inherit from YAML syntax for this plugin - so this isn't a bug with this plugin, but rather with YAML highlighting.
This should be fixed in Vim's YAML syntax, not here.
It only breaks when line 5 is used, must be a combination of hyphenated string values followed by quote marks without whitespace between.