Skip to content

Commit

Permalink
feat: add support for CSS files (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Jun 14, 2024
1 parent c23e69c commit d56f614
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,vue,svelte,astro}"
const val DEFAULT_FILE_PATTERN = "**/*.{js,mjs,cjs,ts,jsx,tsx,cts,json,jsonc,vue,svelte,astro,css}"
}
}

0 comments on commit d56f614

Please sign in to comment.