From e7d5a11c4afb8e8afe14465b37beebb31218ce52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 15 Jun 2026 13:23:19 +0200 Subject: [PATCH] Add lax-css, lax-markup, and lax-sql plugins --- info.json | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/info.json b/info.json index afd2742..4d94c45 100644 --- a/info.json +++ b/info.json @@ -181,6 +181,46 @@ "gql" ], "configExcludes": [] + }, + { + "name": "bartlomieju/lax-css", + "description": "CSS, SCSS, and Less formatter that never reinterprets your styles.", + "selected": false, + "configKey": "css", + "fileExtensions": [ + "css", + "scss", + "less" + ], + "configExcludes": [ + "**/node_modules" + ] + }, + { + "name": "bartlomieju/lax-markup", + "description": "HTML, XML, SVG, Vue, Svelte, and Astro formatter that preserves rendering-critical whitespace.", + "selected": false, + "configKey": "markup", + "fileExtensions": [ + "html", + "htm", + "vue", + "svelte", + "astro", + "xml", + "svg" + ], + "configExcludes": [] + }, + { + "name": "bartlomieju/lax-sql", + "description": "Dialect-agnostic SQL formatter.", + "selected": false, + "configKey": "sql", + "fileExtensions": [ + "sql" + ], + "configExcludes": [] } ] }