feat: add powershell language support
This commit is contained in:
parent
043c1b7115
commit
5583ef01b2
3 changed files with 11 additions and 2 deletions
|
@ -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"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue