mirror of https://github.com/helix-editor/helix
parent
9400d74307
commit
0902ede7b1
|
@ -464,21 +464,13 @@ file-types = ["jl"]
|
||||||
roots = []
|
roots = []
|
||||||
comment-token = "#"
|
comment-token = "#"
|
||||||
language-server = { command = "julia", args = [
|
language-server = { command = "julia", args = [
|
||||||
"--startup-file=no",
|
"--startup-file=no",
|
||||||
"--history-file=no",
|
"--history-file=no",
|
||||||
"--quiet",
|
"--quiet",
|
||||||
"-e",
|
"-e",
|
||||||
"""
|
"using LanguageServer; runserver()",
|
||||||
using LanguageServer;
|
] }
|
||||||
using Pkg;
|
indent = { tab-width = 4, unit = " " }
|
||||||
import StaticLint;
|
|
||||||
env_path = dirname(Pkg.Types.Context().env.project_file);
|
|
||||||
server = LanguageServer.LanguageServerInstance(stdin, stdout, env_path, "");
|
|
||||||
server.runlinter = true;
|
|
||||||
run(server);
|
|
||||||
""",
|
|
||||||
] }
|
|
||||||
indent = { tab-width = 2, unit = " " }
|
|
||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
name = "julia"
|
name = "julia"
|
||||||
|
|
Loading…
Reference in New Issue