From a05fef17dc4179399ac88bf5b8c876b9acec6f94 Mon Sep 17 00:00:00 2001 From: Svante Boberg Date: Tue, 24 Sep 2024 14:51:43 +0200 Subject: [PATCH] Add CSS and GraphQL as supported filetypes for Biome --- lua/null-ls/builtins/formatting/biome.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/null-ls/builtins/formatting/biome.lua b/lua/null-ls/builtins/formatting/biome.lua index 57ef12d4..32c8f6b9 100644 --- a/lua/null-ls/builtins/formatting/biome.lua +++ b/lua/null-ls/builtins/formatting/biome.lua @@ -9,13 +9,13 @@ return h.make_builtin({ name = "biome", meta = { url = "https://biomejs.dev", - description = "Formatter, linter, bundler, and more for JavaScript, TypeScript, JSON, HTML, Markdown, and CSS.", + description = "Formatter, linter, bundler, and more for JavaScript, TypeScript, JSON, HTML, Markdown, CSS and GraphQL.", notes = { - "Currently support only JavaScript, TypeScript and JSON. See status [here](https://biomejs.dev/internals/language-support/)", + "Currently support only JavaScript, TypeScript, JSON, CSS and GraphQL. See status [here](https://biomejs.dev/internals/language-support/)", }, }, method = FORMATTING, - filetypes = { "javascript", "typescript", "javascriptreact", "typescriptreact", "json", "jsonc" }, + filetypes = { "javascript", "typescript", "javascriptreact", "typescriptreact", "json", "jsonc", "css", "graphql" }, generator_opts = { command = "biome", args = {