You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.
- name: Show debug info
debug:
msg: "{{ item }}"
loop: "{{ list_for_loop }}"
In my case I just see the block as yaml when using :Inspect over the jinja section, the ft I am using is yaml.ansible, if using the plugin ansible-vim, only if using ft=ansible I get all the syntax list, any idea how to make it work with ansiblels?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
From the image on the main page of the project: https://ansible.readthedocs.io/projects/language-server/ there is this section of the code that shows the jinja syntax highlighted (https://raw.githubusercontent.com/ansible/ansible-language-server/main/docs/images/syntax-highlighting.png)
In my case I just see the block as
yaml
when using:Inspect
over the jinja section, the ft I am using isyaml.ansible
, if using the plugin ansible-vim, only if usingft=ansible
I get all the syntax list, any idea how to make it work withansiblels
?Beta Was this translation helpful? Give feedback.
All reactions