Skip to content

Conversation

@ibytao
Copy link

@ibytao ibytao commented Sep 27, 2025

Summary

  • Add langserver/unocss.json configuration for UnoCSS Language Server
  • Update README.md to include UnoCSS in supported language servers list
  • Enables code completion and hover information for UnoCSS utility classes

Test plan

  • Install UnoCSS Language Server: npm install -g unocss-language-server
  • Test with HTML/CSS/JS files that use UnoCSS utility classes
  • Verify completion and hover features work correctly

- Add langserver/unocss.json configuration for UnoCSS Language Server
- Update README.md to include UnoCSS in supported language servers list
- Enables code completion and hover information for UnoCSS utility classes
@manateelazycat
Copy link
Owner

First of all, thank you for your patch, it is not enough to just add the JSON file, you also need to receive specific language patterns, see https://github.com/manateelazycat/lsp-bridge#add-support-for-new-language

Please follow above steps to complete patch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants