mirror of
https://github.com/ilyakooo0/helix.git
synced 2024-11-28 21:20:23 +03:00
Recognise poetry.lock as TOML (#6928)
This commit is contained in:
parent
75f62bc86f
commit
d7878238c1
@ -78,7 +78,7 @@ source = { git = "https://github.com/FuelLabs/tree-sitter-sway", rev = "e491a005
|
||||
name = "toml"
|
||||
scope = "source.toml"
|
||||
injection-regex = "toml"
|
||||
file-types = ["toml"]
|
||||
file-types = ["toml", "poetry.lock"]
|
||||
roots = []
|
||||
comment-token = "#"
|
||||
language-server = { command = "taplo", args = ["lsp", "stdio"] }
|
||||
|
Loading…
Reference in New Issue
Block a user