add JuliaFormatter as julia formatter
This commit is contained in:
parent
bc72330967
commit
1226f47301
1 changed files with 1 additions and 0 deletions
|
@ -227,6 +227,7 @@ pub const julia = .{
|
||||||
.extensions = .{"jl"},
|
.extensions = .{"jl"},
|
||||||
.comment = "#",
|
.comment = "#",
|
||||||
.language_server = .{ "julia", "-e", "using LanguageServer; runserver()" },
|
.language_server = .{ "julia", "-e", "using LanguageServer; runserver()" },
|
||||||
|
.formatter = .{ "julia", "-e", "using JuliaFormatter; print(format_text(read(stdin, String)))" },
|
||||||
};
|
};
|
||||||
|
|
||||||
pub const kdl = .{
|
pub const kdl = .{
|
||||||
|
|
Loading…
Add table
Reference in a new issue