Skip to content

Commit

Permalink
Merge branch 'main' into add-astro-support
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonplatts authored Mar 15, 2022
2 parents bf5af67 + b556856 commit 44242b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exports.Configuration = class Configuration {
static get SUPPORTED_FILE_TYPES() {
return [
'html', 'html+erb', 'html+eex', 'haml', 'php', 'blade', 'twig',
'vue', 'js', 'jsx', 'ts', 'tsx', 'svelte', 'liquid', 'jade', 'pug',
'vue', 'js', 'jsx', 'ts', 'tsx', 'svelte', 'liquid-html', 'jade', 'pug',
'css', 'sass', 'scss', 'astro'
]
}
Expand Down

0 comments on commit 44242b7

Please sign in to comment.