feat: add protobuf support
This commit is contained in:
parent
003c407d6c
commit
444283cd23
2 changed files with 7 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue