From 8a5bf7cd25bf34e5b3adec26f08a468ddf9ea9d8 Mon Sep 17 00:00:00 2001 From: Kevin Matthes <92332892+kevinmatthes@users.noreply.github.com> Date: Mon, 1 Aug 2022 00:36:59 +0200 Subject: [PATCH] [Bugfix] Add SCons support --- zee/config/config.ron | 1 + 1 file changed, 1 insertion(+) diff --git a/zee/config/config.ron b/zee/config/config.ron index 926d4f8..de4503d 100644 --- a/zee/config/config.ron +++ b/zee/config/config.ron @@ -277,6 +277,7 @@ scope: "source.python", injection_regex: "python", patterns: [ + Name("SConstruct"), Suffix(".py"), Suffix(".py3"), Suffix(".py2"),