mblode / mblode/vscode-twig-language

Block inside tag wrong format

Open
#48 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

formatter
Dominant language
JavaScript
Stars
45
Forks
7
PR merge metrics
No merged PRs in 30d

Description

If i put block place inside html tag

<div class="container-fluid pt-3 pb-3">
  {% block body %}{% endblock %}
</div>

It would be formatted to this

<div class="container-fluid pt-3 pb-3"> {% block body %}{% endblock %}
    </div>

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the formatting in the VS Code Twig formatter using the HTML and Twig example from the issue, then locate the formatter entry point and any existing formatting tests. Done means a block inside an HTML tag preserves the shown indentation and does not move onto the opening tag line.

Written by the indexing model from the issue text.

Assessment

Tech stack
html, javascript
Domain
devtools
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
65/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.