aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Kalabura2022-04-27 18:48:04 +0000
committerGitHub2022-04-27 18:48:04 +0000
commit2e46961886cb40b45a03a91c59823b0e437a9867 (patch)
treef6dc60852f000a65152093cb12ae250d469bc855
parent3626e38e51f0fdcbbb7c59cb6d2f2b3167792272 (diff)
feat(lsp): add toml lsp (#2302)
-rw-r--r--book/src/generated/lang-support.md2
-rw-r--r--languages.toml1
2 files changed, 2 insertions, 1 deletions
diff --git a/book/src/generated/lang-support.md b/book/src/generated/lang-support.md
index 741012e7..69ae35c1 100644
--- a/book/src/generated/lang-support.md
+++ b/book/src/generated/lang-support.md
@@ -75,7 +75,7 @@
| swift | ✓ | | | `sourcekit-lsp` |
| tablegen | ✓ | ✓ | ✓ | |
| tfvars | | | | `terraform-ls` |
-| toml | ✓ | | | |
+| toml | ✓ | | | `taplo` |
| tsq | ✓ | | | |
| tsx | ✓ | | | `typescript-language-server` |
| twig | ✓ | | | |
diff --git a/languages.toml b/languages.toml
index c786da9c..76d1f43a 100644
--- a/languages.toml
+++ b/languages.toml
@@ -59,6 +59,7 @@ injection-regex = "toml"
file-types = ["toml"]
roots = []
comment-token = "#"
+language-server = { command = "taplo", args = ["lsp", "stdio"] }
indent = { tab-width = 2, unit = " " }
[[grammar]]