diff options
-rw-r--r-- | languages.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index 3c324c78..39b81731 100644 --- a/languages.toml +++ b/languages.toml @@ -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", |