File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ const colorNames = Object.keys(namedColors)
3737const CLIENT_ID = 'tailwindcss-intellisense'
3838const CLIENT_NAME = 'Tailwind CSS IntelliSense'
3939
40- const CONFIG_FILE_GLOB = 'tailwind.config.{js,cjs}'
40+ const CONFIG_FILE_GLOB = '{ tailwind,tailwind .config} .{js,cjs}'
4141
4242let clients : Map < string , LanguageClient > = new Map ( )
4343let languages : Map < string , string [ ] > = new Map ( )
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ import { debounce } from 'debounce'
7171import { getModuleDependencies } from './util/getModuleDependencies'
7272// import postcssLoadConfig from 'postcss-load-config'
7373
74- const CONFIG_FILE_GLOB = 'tailwind.config.{js,cjs}'
74+ const CONFIG_FILE_GLOB = '{ tailwind,tailwind .config} .{js,cjs}'
7575const TRIGGER_CHARACTERS = [
7676 // class attributes
7777 '"' ,
You can’t perform that action at this time.
0 commit comments