AtomMaterialUI / color-highlighter

JetBrains plugin to preview colors directly from within the code.
MIT License
42 stars 25 forks source link

Remove dependencies, use string representation #35

Closed mallowigi closed 2 years ago

mallowigi commented 3 years ago

Currently the project requires a lot of external deps, which is fine, but is used only for PsiElement visitors. We could try to refactor it to use PsiElementType representations instead.