tree-sitter-htmldjango/test/corpus/comments.txt
William Vandervalk 184a504561 Initial commit
2022-02-25 14:24:50 -05:00

33 lines
538 B
Text

==================
comment
==================
<html>
{# comment #}
content
{% comment optional_label %}
content
{% endcomment %}
content
{# {{ variable }} {% statement %} {# comment #} content #}
content
{% comment optional_label %}
{% comment optional_label %}
{% comment optional_label %}
{% endcomment %}
{% endcomment %}
{% endcomment %}
</html>
---
(template
(content)
(unpaired_comment)
(content)
(paired_comment)
(content)
(unpaired_comment)
(content)
(paired_comment)
(content))