Skip to content

Commit

Permalink
feat(languages): recognise Cargo.lock as TOML
Browse files Browse the repository at this point in the history
  • Loading branch information
yvt authored and dead10ck committed May 22, 2023
1 parent d3cca0f commit 16e0340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand Down

0 comments on commit 16e0340

Please sign in to comment.