aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorAlexis Kalabura2022-04-27 18:48:04 +0000
committerGitHub2022-04-27 18:48:04 +0000
commit2e46961886cb40b45a03a91c59823b0e437a9867 (patch)
treef6dc60852f000a65152093cb12ae250d469bc855 /languages.toml
parent3626e38e51f0fdcbbb7c59cb6d2f2b3167792272 (diff)
feat(lsp): add toml lsp (#2302)
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 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]]