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

Prettier Liquid/HTML plugin

Results 17 prettier-plugin-liquid issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When using the shopify github integration, I am getting back file urls as an escaped string. Then when running prettier, it is removing the `\` from the...

bug

**Is your feature request related to a problem? Please describe.** Yes, I have `*.css.liquid` files that I don't want to be formatted by Shopify VSCODE plugin. Tried using the `.prettierignore`...

Hi In my liquid code, I found something like that, could you help me?

bug

**Describe the bug** When building a production bundle using `vite build`, the `@shopify/prettier-plugin-liquid` creates an exception: ```vi RollupError: Identifier "x" has already been declared at error (file:///Library/WebServer/Documents/opensense/node_modules/rollup/dist/es/shared/parseAst.js:337:30) at Module.error (file:///Library/WebServer/Documents/opensense/node_modules/rollup/dist/es/shared/node-entry.js:12737:16)...

bug

Bumps [get-func-name](https://github.com/chaijs/get-func-name) from 2.0.0 to 2.0.2. Release notes Sourced from get-func-name's releases. v2.0.2 What's Changed Revert previous changes that shipped this as an ES module. Full Changelog: https://github.com/chaijs/get-func-name/commits/v2.0.2 v2.0.1 What's...

dependencies

**Is your feature request related to a problem? Please describe.** We are using liquid templates within text templates that are not HTML (ie, for text email content). When we use...

The issue is due to the plugin treating an HtmlRawNode as preformatted text not to be touched the moment it detects the \` character (for template literals) anywhere in the...

cla-needed

**Describe the bug** Formatting the document causes quotation marks to be added around output markup that contains `| json`, which is not a safe formatting operation if the value being...

bug

Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@​lukekarrys, @​joaomoreno, @​nicolo-ribaudo) Changelog Sourced from...

dependencies

This PR is about adding a lot of docs to help folks understand what's going on in the codebase. It creates the following tree of notes: - docs/contributing/index - parser...