-
-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
framework: SvelteRelated to the framework SvelteRelated to the framework Sveltetype: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expected
Description
Info
| Tool | Version |
|---|---|
| Plugin | v3.0.0 |
| Prettier | v3.0.3 |
| Framework | svelte 4.2.0 |
| Node | v18.16.1 |
| OS | mac |
Prettier config
{
"useTabs": false,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["@prettier/plugin-pug", "prettier-plugin-svelte"],
"pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }],
"pugSingleQuote": false,
"pugSortAttributes": "asc",
"pugFramework": "svelte"
}Input
<template lang="pug">
p digest
</template>Output
<template lang="pug">
p digest</template>Expected Output
<template lang="pug">
p digest
</template>Additional Context
At the moment it breaks the styles highlight
Shinigami92
Metadata
Metadata
Assignees
Labels
framework: SvelteRelated to the framework SvelteRelated to the framework Sveltetype: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expected
