Skip to content

Commit

Permalink
feat(lsp): add yaml lsp (#2234)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas authored Apr 23, 2022
1 parent 2c7f770 commit 1c1ba00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/generated/lang-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@
| typescript || || `typescript-language-server` |
| vue || | | `vls` |
| wgsl || | | |
| yaml || || |
| yaml || || `yaml-language-server` |
| zig || || `zls` |
1 change: 1 addition & 0 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down

0 comments on commit 1c1ba00

Please sign in to comment.