feat(languages): recognise `Cargo.lock` as TOML

pull/16/head
yvt 1 year ago committed by Skyler Hawthorne
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…
Cancel
Save