Skip to content

Commit

Permalink
Recognise poetry.lock as TOML (helix-editor#6928)
Browse files Browse the repository at this point in the history
  • Loading branch information
srstevenson authored and Schuyler Mortimer committed Jul 10, 2024
1 parent cbb8a4f commit d322ab0
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 @@ -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"] }
Expand Down

0 comments on commit d322ab0

Please sign in to comment.