mblode / mblode/vscode-twig-language

Javascript Format

Open
#52 4 comments 14 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

When I apply the format to the twig file containing javascript syntax it does not correctly apply the in that fragment move all lines to the left.

ex.

<script>
     $ (function () {
          console.log ('test');
     });
</script>

the result after applying the format:

<script>
$ (function () {
console.log ('test');
});
</script>

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 issue with the Twig example containing a JavaScript script block, then locate the extension's formatting entry point and any related tests. Check how indentation is handled inside embedded JavaScript; done means formatting preserves the fragment's nested indentation instead of moving every line to the left.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.