aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorSukera2022-10-19 12:53:22 +0000
committerGitHub2022-10-19 12:53:22 +0000
commita7e7c2cc05d0998d8e45664cd3cb8b3ac46cca0e (patch)
tree621abedf9ce85481f3aa94c457f0bcfb426cc4fa /languages.toml
parent418a622db9d957d09e10ccbc3897d8ac9268dc8e (diff)
Add `roots` for julia to languages.toml (#4361)
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml2
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",