TheLocehiliosan / yadm

Yet Another Dotfiles Manager
https://yadm.io/
GNU General Public License v3.0
4.92k stars 176 forks source link

allow comments for template processing with default processor #404

Closed xenoterracide closed 2 years ago

xenoterracide commented 2 years ago

this breaks my highlighting/completion in my .zsh file

{% include "../extra/env.sh" %}
{% if yadm.class %}}
{% include "../extra/{{ yadm.class }}.zsh %}
{% endif %}

I tried writing this but then it was not processed

# {% include "../extra/env.sh" %}
# {% if yadm.class %}}
# {% include "../extra/{{ yadm.class }}.zsh %}
# {% endif %}

I'm not certain if it would do the same with ini file ; or other languages

github-actions[bot] commented 2 years ago

This issue has been labeled as stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] commented 2 years ago

This issue was closed because it has been labeled as stale for 7 days with no activity.

rasa commented 2 years ago

@xenoterracide It looks like you are missing a closing quote on the second include.