clifford-github / sublime-ansible

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

Syntax highlighting turns off after displaying the - character #10

Closed hyperfocus1338 closed 10 years ago

hyperfocus1338 commented 10 years ago

Not sure if you're willing or able to solve this but I thought I would report it anyway.

Screenshot: http://prntscr.com/2inlbz

clifford-github commented 10 years ago

Hi hyperfocus1337,

thank you for your bug report. I have fixed this is the development branch. Could you please check this?

Regards,

Clifford

hyperfocus1338 commented 10 years ago

Thanks, solved!

Screenshot: http://prntscr.com/2ixvod

clifford-github commented 10 years ago

I saw in your screenshot that

dest=/etc/nginx/sites-available/{{ serverblock_name }}.conf

isn't rendered correctly.

So I have added some more corrections.

Regards,

Clifford