feat(lsp): add toml lsp (#2302)
This commit is contained in:
parent
3626e38e51
commit
2e46961886
2 changed files with 2 additions and 1 deletions
|
@ -75,7 +75,7 @@
|
|||
| swift | ✓ | | | `sourcekit-lsp` |
|
||||
| tablegen | ✓ | ✓ | ✓ | |
|
||||
| tfvars | | | | `terraform-ls` |
|
||||
| toml | ✓ | | | |
|
||||
| toml | ✓ | | | `taplo` |
|
||||
| tsq | ✓ | | | |
|
||||
| tsx | ✓ | | | `typescript-language-server` |
|
||||
| twig | ✓ | | | |
|
||||
|
|
|
@ -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]]
|
||||
|
|
Loading…
Reference in a new issue