clifford-github / sublime-ansible

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

XML string values have strange highlighting #33

Closed Nothing4You closed 1 year ago

Nothing4You commented 1 year ago

22.12.0

---

- community.general.xml:
    xmlstring: <?xml version='1.0' encoding='UTF-8'?><foo version="1"></foo>
    xpath: /foo
    add_children: "{{ myvar }}"
    pretty_print: true
  register: xml_str
image
Nothing4You commented 1 year ago

this appears to be fixed in f83b56aa0a236264daa291c24f586fdcb2bedee4 as well