AtomMaterialUI / color-highlighter

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

3-digit hex color is not parsed as expected. #105

Closed Jeremy-Hibiki closed 11 months ago

Jeremy-Hibiki commented 1 year ago

Describe the bug

To Reproduce

Use the JavaScript snippet

// index.js
const color = '#f8c';

The background and the gutter icon are black (#0f080c).

Expected Behavior

Environment

Screenshots

mallowigi commented 11 months ago

will be fixed on next release