clifford-github / sublime-ansible

Syntax highlighting for Ansible
MIT License
135 stars 11 forks source link

Closing brackets in text are highlighted #34

Closed Nothing4You closed 1 year ago

Nothing4You commented 1 year ago

22.12.0

---

- name: patch some xml
  community.general.xml:
    path: "{{ xml_path }}"
    xpath: /foo/bar[@name='baz']/qux
    state: absent
image
killua99 commented 1 year ago

Great, wasn't expected so detailed feedback at all. Gonna look into the 4 issues you created. Would you like to install this syntax directly from master before tagging a new release, so I could have another one looking at it.

Nothing4You commented 1 year ago

Sure, I'll just need to figure out how to install it manually in ST4 on macOS. The version installed from package control seems to be a zip file at ~/Library/Application Support/Sublime Text/Installed Packages/Ansible.sublime-package. Would I clone the repo into ~/Library/Application Support/Sublime Text/Packages still? The folder structure seems to have changed a bit since the readme was written.

killua99 commented 1 year ago

You can search by Preferences: Browse Packages inside the Sublime Text menu, I did already some modifications.

Nothing4You commented 1 year ago

this also appears to be resolved in f83b56aa0a236264daa291c24f586fdcb2bedee4