@@ -158,6 +158,12 @@ return {
158
158
[" package-lock.json" ] = { icon = " " , color = " #7A0D21" , cterm_color = " 52" , name = " PackageLockJson" },
159
159
[" package.json" ] = { icon = " " , color = " #E8274B" , cterm_color = " 197" , name = " PackageJson" },
160
160
[" platformio.ini" ] = { icon = " " , color = " #F6822B" , cterm_color = " 208" , name = " Platformio" },
161
+ [" playwright.config.cjs" ] = { icon = " " , color = " #2FAD33" , cterm_color = " 34" , name = " PlaywrightConfig" },
162
+ [" playwright.config.cts" ] = { icon = " " , color = " #2FAD33" , cterm_color = " 34" , name = " PlaywrightConfig" },
163
+ [" playwright.config.js" ] = { icon = " " , color = " #2FAD33" , cterm_color = " 34" , name = " PlaywrightConfig" },
164
+ [" playwright.config.mjs" ] = { icon = " " , color = " #2FAD33" , cterm_color = " 34" , name = " PlaywrightConfig" },
165
+ [" playwright.config.mts" ] = { icon = " " , color = " #2FAD33" , cterm_color = " 34" , name = " PlaywrightConfig" },
166
+ [" playwright.config.ts" ] = { icon = " " , color = " #2FAD33" , cterm_color = " 34" , name = " PlaywrightConfig" },
161
167
[" pnpm-lock.yaml" ] = { icon = " " , color = " #F9AD02" , cterm_color = " 214" , name = " PNPMLock" },
162
168
[" pnpm-workspace.yaml" ] = { icon = " " , color = " #F9AD02" , cterm_color = " 214" , name = " PNPMWorkspace" },
163
169
[" pom.xml" ] = { icon = " " , color = " #7A0D21" , cterm_color = " 52" , name = " Maven" },
0 commit comments