tailwindcss-language-server
stdiocssjavascriptreacttypescriptreactvuehtml
Used by 1 plugin
Requires Language Server Binary
This LSP server requires cmd.exe to be installed on your system. Make sure it's available in your PATH before enabling.
Install
1
Run in your terminal$
npx claudepluginhub bedolla/enrilspAdd to Your Project
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"tailwindcss-language-server": {
"command": "cmd.exe",
"extensionToLanguage": {
".css": "css",
".jsx": "javascriptreact",
".tsx": "typescriptreact",
".vue": "vue",
".html": "html"
},
"args": [
"/c",
"tailwindcss-language-server",
"--stdio"
]
}
}
}Supported Languages
css
.css
javascriptreact
.jsx
typescriptreact
.tsx
vue
.vue
html
.html
Command
cmd.exeTransport
stdioArguments
/ctailwindcss-language-server--stdio
Advanced Configuration
Restart on Crash:Yes