diff options
author | Alexis Kalabura | 2022-04-27 18:48:04 +0000 |
---|---|---|
committer | GitHub | 2022-04-27 18:48:04 +0000 |
commit | 2e46961886cb40b45a03a91c59823b0e437a9867 (patch) | |
tree | f6dc60852f000a65152093cb12ae250d469bc855 /languages.toml | |
parent | 3626e38e51f0fdcbbb7c59cb6d2f2b3167792272 (diff) |
feat(lsp): add toml lsp (#2302)
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]] |