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)
37
37
const CLIENT_ID = 'tailwindcss-intellisense'
38
38
const CLIENT_NAME = 'Tailwind CSS IntelliSense'
39
39
40
- const CONFIG_FILE_GLOB = 'tailwind.config.{js,cjs}'
40
+ const CONFIG_FILE_GLOB = '{ tailwind,tailwind .config} .{js,cjs}'
41
41
42
42
let clients : Map < string , LanguageClient > = new Map ( )
43
43
let languages : Map < string , string [ ] > = new Map ( )
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ import { debounce } from 'debounce'
71
71
import { getModuleDependencies } from './util/getModuleDependencies'
72
72
// import postcssLoadConfig from 'postcss-load-config'
73
73
74
- const CONFIG_FILE_GLOB = 'tailwind.config.{js,cjs}'
74
+ const CONFIG_FILE_GLOB = '{ tailwind,tailwind .config} .{js,cjs}'
75
75
const TRIGGER_CHARACTERS = [
76
76
// class attributes
77
77
'"' ,
You can’t perform that action at this time.
0 commit comments