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

This commit is contained in:
Sukera 2022-10-19 14:53:22 +02:00 committed by GitHub
parent 418a622db9
commit a7e7c2cc05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",