From 430e5326c6c1d3aa2fa2b42b4ee46e0f8711aa95 Mon Sep 17 00:00:00 2001 From: Ash Joseph Date: Sat, 23 Sep 2023 23:22:38 +0100 Subject: [PATCH] Added statamic antlers syntax --- Scripts/configuration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/configuration.js b/Scripts/configuration.js index f5d3ab6..4ce5480 100644 --- a/Scripts/configuration.js +++ b/Scripts/configuration.js @@ -21,7 +21,7 @@ exports.Configuration = class Configuration { */ static get SUPPORTED_FILE_TYPES() { return [ - 'html', 'html+erb', 'html+eex', 'haml', 'php', 'blade', 'twig', + 'html', 'html+erb', 'html+eex', 'haml', 'php', 'blade', 'twig','antlers', 'vue', 'js', 'jsx', 'ts', 'tsx', 'svelte', 'liquid-html', 'jade', 'pug', 'css', 'sass', 'scss', 'astro', 'typescript', 'javascript' ]