Skip to content

Commit

Permalink
Add roots for julia to languages.toml (helix-editor#4361)
Browse files Browse the repository at this point in the history
  • Loading branch information
Seelengrab authored and pathwave committed Nov 4, 2022
1 parent d7dc650 commit 59240c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 59240c6

Please sign in to comment.