pearofducks / ansible-vim

A vim plugin for syntax highlighting Ansible's common filetypes
MIT License
800 stars 98 forks source link

fix: add fqcn highlighting #136

Closed gardar closed 1 year ago

gardar commented 1 year ago

Highlights whole FQCN keys rather than just the module part.

Before: ansible.builtin.import_role:

After: ansible.builtin.import_role:

etc.

pearofducks commented 1 year ago

I've closed this via 5c1162f.

I agree with providing a method for highlight, but: