chore: add zed ide support

This commit is contained in:
p-sw 2024-07-23 18:05:52 +09:00
parent ad62a4ed86
commit 05953bbebe

14
.zed/settings.json Normal file
View File

@ -0,0 +1,14 @@
{
"lsp": {
"tailwindcss-language-server": {
"settings": {
"experimental": {
"classRegex": [
["vcn\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"],
["[cC]olors\\s*\\=\\s*{([^]*(?=}))}", "[\"'`]([^\"'`]*).*?[\"'`]"]
]
}
}
}
}
}