mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
Add roots
for julia to languages.toml (#4361)
This commit is contained in:
parent
418a622db9
commit
a7e7c2cc05
@ -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…
Reference in New Issue
Block a user