Recognise poetry.lock as TOML (#6928)

pull/16/head
Scott Stevenson 1 year ago committed by GitHub
parent 75f62bc86f
commit d7878238c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save