feat(lsp): add yaml lsp (#2234)
This commit is contained in:
parent
2c7f770aa9
commit
1c1ba006ae
2 changed files with 2 additions and 1 deletions
|
@ -80,5 +80,5 @@
|
|||
| typescript | ✓ | | ✓ | `typescript-language-server` |
|
||||
| vue | ✓ | | | `vls` |
|
||||
| wgsl | ✓ | | | |
|
||||
| yaml | ✓ | | ✓ | |
|
||||
| yaml | ✓ | | ✓ | `yaml-language-server` |
|
||||
| zig | ✓ | | ✓ | `zls` |
|
||||
|
|
|
@ -644,6 +644,7 @@ file-types = ["yml", "yaml"]
|
|||
roots = []
|
||||
comment-token = "#"
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
language-server = { command = "yaml-language-server", args = ["--stdio"] }
|
||||
injection-regex = "yml|yaml"
|
||||
|
||||
[[grammar]]
|
||||
|
|
Loading…
Reference in a new issue