From 68fce3e160c64c488567f0e80f8d57bbbdd9dd82 Mon Sep 17 00:00:00 2001 From: David Else <12832280+David-Else@users.noreply.github.com> Date: Wed, 4 Oct 2023 11:00:43 +0100 Subject: [PATCH] Add tailwindcss language server (#8442) --- languages.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/languages.toml b/languages.toml index af1466f1b..8fafd5d43 100644 --- a/languages.toml +++ b/languages.toml @@ -71,6 +71,7 @@ solc = { command = "solc", args = ["--lsp"] } sourcekit-lsp = { command = "sourcekit-lsp" } svlangserver = { command = "svlangserver", args = [] } swipl = { command = "swipl", args = [ "-g", "use_module(library(lsp_server))", "-g", "lsp_server:main", "-t", "halt", "--", "stdio" ] } +tailwindcss-ls = { command = "tailwindcss-language-server", args = ["--stdio"] } taplo = { command = "taplo", args = ["lsp", "stdio"] } terraform-ls = { command = "terraform-ls", args = ["serve"] } texlab = { command = "texlab" }