mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-09-27 12:29:30 +00:00
Integrate Salsa fully with templates and add diagnostics (#201)
This commit is contained in:
parent
5974c51383
commit
6a4f1668e3
48 changed files with 2571 additions and 1248 deletions
|
@ -19,7 +19,12 @@
|
|||
{# This is a comment #}
|
||||
|
||||
{% block content %}
|
||||
{% endblock content %}
|
||||
{% block foo %}
|
||||
{% endblock bar %}
|
||||
|
||||
{% if foo %}{% endif %}
|
||||
{% else %}
|
||||
{% endblock %}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue