Skip to content

Commit

Permalink
languages: add bufls protobuf language server
Browse files Browse the repository at this point in the history
  • Loading branch information
jzelinskie committed Aug 1, 2023
1 parent 9941355 commit b5e3224
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 @@ -115,7 +115,7 @@
| ponylang |||| |
| prisma || | | `prisma-language-server` |
| prolog | | | | `swipl` |
| protobuf || || |
| protobuf || || `bufls` |
| prql || | | |
| purescript || | | `purescript-language-server` |
| python |||| `pylsp` |
Expand Down
2 changes: 2 additions & 0 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ awk-language-server = { command = "awk-language-server" }
bash-language-server = { command = "bash-language-server", args = ["start"] }
bass = { command = "bass", args = ["--lsp"] }
bicep-langserver = { command = "bicep-langserver" }
bufls = { command = "bufls", args = ["serve"] }
cairo-language-server = { command = "cairo-language-server", args = [] }
cl-lsp = { command = "cl-lsp", args = [ "stdio" ] }
clangd = { command = "clangd" }
Expand Down Expand Up @@ -258,6 +259,7 @@ name = "protobuf"
scope = "source.proto"
injection-regex = "protobuf"
file-types = ["proto"]
language-servers = [ "bufls" ]
roots = []
comment-token = "//"
indent = { tab-width = 2, unit = " " }
Expand Down

0 comments on commit b5e3224

Please sign in to comment.