From 3296b39e5f20ddef975fd069566717e9af94f208 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Tue, 18 Jan 2022 20:45:49 +0100 Subject: [PATCH] Match filename 'poetry.lock' This is the lock file used by the [Poetry](https://python-poetry.org/) dependency manager, which is increasingly becoming a standard Example: [poetry.lock](https://github.com/python-poetry/poetry/blob/master/poetry.lock) --- TOML.sublime-syntax | 1 + 1 file changed, 1 insertion(+) diff --git a/TOML.sublime-syntax b/TOML.sublime-syntax index ea8e632..b6fefc9 100644 --- a/TOML.sublime-syntax +++ b/TOML.sublime-syntax @@ -9,6 +9,7 @@ file_extensions: - Cargo.lock - Gopkg.lock - Pipfile + - poetry.lock scope: source.toml