We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Flutter, colors are instead created by using hex integers as such:
Color(0xFFF2F2F2)
It would be great to have (opt-in?) support for this if possible.
The text was updated successfully, but these errors were encountered:
Would be great if there will be support for tailwindcss as well!
https://www.reddit.com/r/neovim/comments/mi9wli/got_tailwindcss_color_highlighting_working/
Sorry, something went wrong.
@rlch you can use this fork https://github.com/NvChad/nvim-colorizer.lua Just remember to set AARRGGBB to true (it's false by default)
AARRGGBB
AARRGGBB = true, -- 0xAARRGGBB hex codes
No branches or pull requests
In Flutter, colors are instead created by using hex integers as such:
It would be great to have (opt-in?) support for this if possible.
The text was updated successfully, but these errors were encountered: