mirror of https://github.com/helix-editor/helix
Recognise poetry.lock as TOML (#6928)
parent
75f62bc86f
commit
d7878238c1
|
@ -78,7 +78,7 @@ source = { git = "https://github.com/FuelLabs/tree-sitter-sway", rev = "e491a005
|
||||||
name = "toml"
|
name = "toml"
|
||||||
scope = "source.toml"
|
scope = "source.toml"
|
||||||
injection-regex = "toml"
|
injection-regex = "toml"
|
||||||
file-types = ["toml"]
|
file-types = ["toml", "poetry.lock"]
|
||||||
roots = []
|
roots = []
|
||||||
comment-token = "#"
|
comment-token = "#"
|
||||||
language-server = { command = "taplo", args = ["lsp", "stdio"] }
|
language-server = { command = "taplo", args = ["lsp", "stdio"] }
|
||||||
|
|
Loading…
Reference in New Issue