diff options
Diffstat (limited to 'languages.toml')
-rw-r--r-- | languages.toml | 1 |
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]] |