mirror of https://github.com/helix-editor/helix
feat(languages): recognise `Cargo.lock` as TOML
parent
d3cca0f357
commit
16e0340b4a
|
@ -207,7 +207,7 @@ source = { git = "https://github.com/FuelLabs/tree-sitter-sway", rev = "e491a005
|
|||
name = "toml"
|
||||
scope = "source.toml"
|
||||
injection-regex = "toml"
|
||||
file-types = ["toml", "poetry.lock"]
|
||||
file-types = ["toml", "poetry.lock", "Cargo.lock"]
|
||||
roots = []
|
||||
comment-token = "#"
|
||||
language-servers = [ "taplo" ]
|
||||
|
|
Loading…
Reference in New Issue