Add LSP and formatter for perl (PLS and Perl::Tidy)
This commit is contained in:
parent
e109b22038
commit
58345339df
1 changed files with 5 additions and 0 deletions
|
|
@ -154,6 +154,11 @@ pub const openscad = .{
|
|||
|
||||
pub const org = .{};
|
||||
|
||||
pub const perl = .{
|
||||
.language_server = .{"pls"},
|
||||
.formatter = .{ "perltidy", "-ci=4", "-et=4", "-st" },
|
||||
};
|
||||
|
||||
pub const php = .{
|
||||
.language_server = .{ "intelephense", "--stdio" },
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue