thetooi / zen-coding

Automatically exported from code.google.com/p/zen-coding
0 stars 0 forks source link

ID variable doesn't work #190

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Investigate this problem:

Добавляю в файл my_zen_setting.js такой сниппет:
‘djb’: ‘{% block ${id} %}\n\t${child}|\n{% endblock %}’
Т.е. такой как в видео.

При этом стока djb разворачивается в:
{{{
{% block ${id} %}

{% endblock %}
}}}

Попытка развернуть djb#content вообще ни к чему 
не приводит.

Original issue reported on code.google.com by serge....@gmail.com on 2 Jun 2010 at 8:38

GoogleCodeExporter commented 9 years ago
Fixed in v0.7

Original comment by serge....@gmail.com on 25 Jan 2011 at 11:04