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' ]