From d7878238c1a2994f7d467f4bead6660da3f5e8e4 Mon Sep 17 00:00:00 2001
From: Scott Stevenson <scott@stevenson.io>
Date: Mon, 1 May 2023 15:21:10 +0100
Subject: [PATCH] Recognise poetry.lock as TOML (#6928)

---
 languages.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/languages.toml b/languages.toml
index 9a0a538a..e4855e90 100644
--- a/languages.toml
+++ b/languages.toml
@@ -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"] }