Add protobuf support (#6748)
Release Notes: - Added protobuf syntax highlighting ([#5160](https://github.com/zed-industries/zed/issues/5160)).
This commit is contained in:
parent
dfbcaf36fc
commit
7bfa584eb6
8 changed files with 109 additions and 0 deletions
|
@ -295,6 +295,7 @@ pub fn init(
|
|||
tree_sitter_uiua::language(),
|
||||
vec![Arc::new(uiua::UiuaLanguageServer {})],
|
||||
);
|
||||
language("proto", tree_sitter_proto::language(), vec![]);
|
||||
|
||||
if let Ok(children) = std::fs::read_dir(&*PLUGINS_DIR) {
|
||||
for child in children {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue