Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flutter fromARGB #919

Open
Alyaqdhans opened this issue Oct 23, 2024 · 1 comment
Open

Flutter fromARGB #919

Alyaqdhans opened this issue Oct 23, 2024 · 1 comment

Comments

@Alyaqdhans
Copy link

it doesn't work for 'fromARGB' function in Flutter
image
image

my settings

"colorize.include": [
    "*"
],
"colorize.colorized_colors": [
    "BROWSERS_COLORS",
    "ARGB",
    "HEXA",
    "RGB",
    "HSL"
],
@KamiKillertO
Copy link
Owner

It's because the ARGB format supported is #AARRGGB, #ARGB, #RGB, #RRGGBB.
Right now, the extension only officially supports CSS-like documents (.css, .scss, .less) and thinks that looks like CSS.
Adding support for new language or color is getting hard and has a impacts on the extension performances. I'm planning on modifying how the extension works to relly on language server, which should simply adding support for other languages and new color types

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

No branches or pull requests

2 participants