feat: add powershell language support

This commit is contained in:
CJ van den Berg 2025-06-24 13:04:06 +02:00
parent 043c1b7115
commit 5583ef01b2
3 changed files with 11 additions and 2 deletions

View file

@ -405,6 +405,14 @@ pub const php = .{
.language_server = .{ "intelephense", "--stdio" },
};
pub const powershell = .{
.description = "PowerShell",
.color = 0x0873c5,
.icon = "",
.extensions = .{"ps1"},
.comment = "#",
};
pub const proto = .{
.description = "protobuf (proto)",
.extensions = .{"proto"},