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 74d3e96
Showing 1 changed file with 2 additions and 0 deletions.
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 74d3e96

Please sign in to comment.