mirror of
https://github.com/Hopiu/tree-sitter-htmldjango.git
synced 2026-05-28 08:18:16 +00:00
34 lines
538 B
Text
34 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))
|