Add roots
for julia to languages.toml (#4361)
This commit is contained in:
parent
418a622db9
commit
a7e7c2cc05
1 changed files with 1 additions and 1 deletions
|
@ -591,7 +591,7 @@ name = "julia"
|
|||
scope = "source.julia"
|
||||
injection-regex = "julia"
|
||||
file-types = ["jl"]
|
||||
roots = []
|
||||
roots = ["Manifest.toml", "Project.toml"]
|
||||
comment-token = "#"
|
||||
language-server = { command = "julia", args = [
|
||||
"--startup-file=no",
|
||||
|
|
Loading…
Reference in a new issue