feat(languages): recognise Cargo.lock
as TOML
This commit is contained in:
parent
d3cca0f357
commit
16e0340b4a
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,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", "poetry.lock"]
|
file-types = ["toml", "poetry.lock", "Cargo.lock"]
|
||||||
roots = []
|
roots = []
|
||||||
comment-token = "#"
|
comment-token = "#"
|
||||||
language-servers = [ "taplo" ]
|
language-servers = [ "taplo" ]
|
||||||
|
|
Loading…
Add table
Reference in a new issue