Skip to content

Commit

Permalink
Merge pull request #43 from ToBinio/more-files
Browse files Browse the repository at this point in the history
add .vue,.svelte,.astro to default files
  • Loading branch information
ematipico committed Mar 24, 2024
2 parents 74d73e8 + 3b65f0a commit 2d54d9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ class BiomeSettingsState : BaseState() {
var configurationMode by enum(ConfigurationMode.AUTOMATIC)

companion object {
const val DEFAULT_FILE_PATTERN = "**/*.{js,mjs,cjs,ts,jsx,tsx,cts,json,jsonc}"
const val DEFAULT_FILE_PATTERN = "**/*.{js,mjs,cjs,ts,jsx,tsx,cts,json,jsonc,vue,svelte,astro}"
}
}

0 comments on commit 2d54d9b

Please sign in to comment.