Skip to content

Commit

Permalink
fix(vscode): add html to the default includes (#1265)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamburgess committed Jul 14, 2022
1 parent 8e224a8 commit b190e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared-integration/src/defaults.ts
@@ -1,4 +1,4 @@
import { cssIdRE } from '@unocss/core'

export const defaultExclude = [cssIdRE]
export const defaultInclude = [/\.vue$/, /\.vue\?vue/, /\.svelte$/, /\.[jt]sx$/, /\.mdx?$/, /\.astro$/, /\.elm$/]
export const defaultInclude = [/\.vue$/, /\.vue\?vue/, /\.svelte$/, /\.[jt]sx$/, /\.mdx?$/, /\.astro$/, /\.elm$/, /\.html$/]

0 comments on commit b190e37

Please sign in to comment.