diff options
author | David Else | 2023-10-04 10:00:43 +0000 |
---|---|---|
committer | GitHub | 2023-10-04 10:00:43 +0000 |
commit | 68fce3e160c64c488567f0e80f8d57bbbdd9dd82 (patch) | |
tree | 96a1b814dbb31a8b80a3033fd2ce675030845171 | |
parent | 75c0a5ceb32d8a503915a93ccc1b64c8ad1cba8b (diff) |
Add tailwindcss language server (#8442)
-rw-r--r-- | languages.toml | 1 |
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" } |