haad / vs-language-ansible

Ansible syntax highlighting extension for VScode editor
MIT License
14 stars 6 forks source link

End of Line comments are not highlighted correctly #10

Open Everspace opened 6 years ago

Everspace commented 6 years ago

Comments like the following

---
- hosts: webspiders #Yes spiders

or

   with_items: #TODO: move this to other file

Are valid YAML, but render incorrectly.

rafi0101 commented 3 years ago

The Ansible extension from Microsoft is no longer maintained and has been retired. I think I'm not the only one switching to this syntax highlighting language. Maybe someone can fix this, it would be very nice :grinning: