From 90f957d0a42ef357840501530383b1aae4e247cc Mon Sep 17 00:00:00 2001 From: David Peter Date: Wed, 3 Oct 2018 16:42:23 +0200 Subject: [PATCH] Add Pipfile [Pipfile](https://github.com/pypa/pipfile)s are in TOML format. It would be great if we could add this here. --- TOML.sublime-syntax | 1 + 1 file changed, 1 insertion(+) diff --git a/TOML.sublime-syntax b/TOML.sublime-syntax index 071d5db..101cdaa 100644 --- a/TOML.sublime-syntax +++ b/TOML.sublime-syntax @@ -8,6 +8,7 @@ file_extensions: - tml - Cargo.lock - Gopkg.lock + - Pipfile scope: source.toml