aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorDavid Else2023-10-04 10:00:43 +0000
committerGitHub2023-10-04 10:00:43 +0000
commit68fce3e160c64c488567f0e80f8d57bbbdd9dd82 (patch)
tree96a1b814dbb31a8b80a3033fd2ce675030845171 /languages.toml
parent75c0a5ceb32d8a503915a93ccc1b64c8ad1cba8b (diff)
Add tailwindcss language server (#8442)
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml
index af1466f1..8fafd5d4 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" }