clifford-github / sublime-ansible

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

First item in list #25

Closed BarbzYHOOL closed 1 year ago

BarbzYHOOL commented 5 years ago

When there is a list, and it doesn't start by "- name:" then it's not highlighted

Example:

list:
  - test: 1

test will be in white

killua99 commented 1 year ago

I'm closing this issue since the package as been rewritten from scratch. Feel free open a new issue when the new package hit mainstream

BarbzYHOOL commented 1 year ago

how do i update it? @killua99

killua99 commented 1 year ago

Follow the instructions on Readme to install it from control package @BarbzYHOOL

BarbzYHOOL commented 1 year ago

Follow the instructions on Readme to install it from control package @BarbzYHOOL

if i list in control: install package, it's not there because I already have it installed, do I have to remove it first?