Add `roots` for julia to languages.toml (#4361)

pull/1/head
Sukera 2 years ago committed by GitHub
parent 418a622db9
commit a7e7c2cc05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save