From 0ebdcad5db5b3fb8a5e1bbbb8e509396ee313854 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szil=C3=A1rd=20M=C3=A1tis?= Date: Tue, 24 Apr 2018 18:44:30 +0300 Subject: [PATCH] Add support for *.test extension --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4004619..1ffbe4e 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,8 @@ "tcl" ], "extensions": [ - ".tcl" + ".tcl", + ".test" ], "configuration": "./tcl.configuration.json" }