clifford-github / sublime-ansible

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

Toggle comment does not work reliably #36

Closed Nothing4You closed 1 year ago

Nothing4You commented 1 year ago

f83b56aa0a236264daa291c24f586fdcb2bedee4

given

---

- name: "install package"
  package:
    # Do not color this comment
    name: "package"

lines 1-2 can be toggled to be commented via Toggle Comment action, but this cannot be undone by trying to toggle again. line 3 cannot be commented this way. lines 4-6 can be toggled without an issue.

using YAML syntax they can be toggled just fine.

killua99 commented 1 year ago

Resolved in latest tag 22.12.1