prettier-plugin-embed icon indicating copy to clipboard operation
prettier-plugin-embed copied to clipboard

A configurable Prettier plugin to format embedded languages in JS/TS Files.

Results 23 prettier-plugin-embed issues
Sort by recently updated
recently updated
newest added

Hi @Sec-ant 👋 Hope you're good! I encountered a problem with `prettier-plugin-sql` (using `sql-formatter`) indentation with interpolation in a condition of a `WHERE` condition line: Expected: ```js sql` SELECT *...

bug
help wanted

Hi, Unfortunately, the project I am trying to add this to is not an ES module. When prettier is loading the plugin, it is failing with a message similar to:...

question

I would say a playground is worth a thousand words. @nene has open sourced a pretty one: https://github.com/nene/prettier-sql-playground. So the remaining problem would be: - Figure out how to let...

enhancement

It seems we have to expand a `details` section to check what languages are supported and we have to jump into the source codes to see what related identifiers are...

enhancement

We need to add tests for this plugin and all the supported languages. Language specific formatting tests are not required because they are already tested in the corresponding plugin. But...

help wanted
good first issue

![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) Snyk has created this PR to upgrade type-fest from 4.21.0 to 4.23.0. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...

Bumps the major-updates group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.14.10` |...

dependencies

![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) Snyk has created this PR to upgrade type-fest from 4.21.0 to 4.22.1. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...

![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) Snyk has created this PR to upgrade type-fest from 4.21.0 to 4.22.0. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...

Hi! It's probably a setup issue on my part, but I've been banging my head against a wall with this formatting issue this is the code i'd expect not to...

bug
help wanted