Skip to content

Commit

Permalink
Add pkl-lsp (#12962)
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent authored Feb 26, 2025
1 parent 43eab10 commit 1dd8a19
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -169,7 +169,7 @@
| php |||| `intelephense` |
| php-only || | | |
| pkgbuild |||| `termux-language-server`, `bash-language-server` |
| pkl || || |
| pkl || || `pkl-lsp` |
| po ||| | |
| pod || | | |
| ponylang |||| |
Expand Down
2 changes: 2 additions & 0 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ pasls = { command = "pasls", args = [] }
pbkit = { command = "pb", args = [ "lsp" ] }
perlnavigator = { command = "perlnavigator", args= ["--stdio"] }
pest-language-server = { command = "pest-language-server" }
pkl-lsp = { command = "pkl-lsp" }
prisma-language-server = { command = "prisma-language-server", args = ["--stdio"] }
purescript-language-server = { command = "purescript-language-server", args = ["--stdio"] }
pylsp = { command = "pylsp" }
Expand Down Expand Up @@ -3615,6 +3616,7 @@ scope = "source.pkl"
injection-regex = "pkl"
file-types = ["pkl", "pcf"]
comment-token = "//"
language-servers = ["pkl-lsp"]
indent = { tab-width = 2, unit = " " }

[[grammar]]
Expand Down

0 comments on commit 1dd8a19

Please sign in to comment.