feat: add protobuf support

This commit is contained in:
CJ van den Berg 2025-05-14 15:54:26 +02:00
parent 003c407d6c
commit 444283cd23
2 changed files with 7 additions and 0 deletions

View file

@ -395,6 +395,12 @@ pub const php = .{
.language_server = .{ "intelephense", "--stdio" },
};
pub const proto = .{
.description = "protobuf (proto)",
.extensions = .{"proto"},
.comment = "//",
};
pub const purescript = .{
.description = "PureScript",
.color = 0x14161a,