feat(lsp): add yaml lsp (#2234)

pull/2253/head
Lukas 2 years ago committed by GitHub
parent 2c7f770aa9
commit 1c1ba006ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save