-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Thanks for the great extension! I noticed a couple instances where the JINJA highlighting is wrong:
- Commented JINJA after YAML value is not properly highlighted as comments
{% set Stuff = "/tmp/baz.json" %} example: file.managed: - name: /tmp/foo.json {# {{ Stuff }} #} - JINJA text highlighting for this case should NOT be commented, as JINJA will render and replace the YAML '#'
# {% set Stuff = "/tmp/baz.json" %} example: file.managed: - name: {{ Stuff }}
Metadata
Metadata
Assignees
Labels
No labels