-
-
Notifications
You must be signed in to change notification settings - Fork 118
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
[Feature request] Support user defined color patterns #93
Comments
This would be really awesome e.g. also to have |
I would like this as well. Perfect to highlight tailwind or bootstrap-colors, or some other internal color set. |
I would also like this feature a lot, for Tailwind colors in my case, and I'm willing to try to work on it if someone could point me in the right direction, I'm a bit new to Lua Neovim plugins in general. Theoretically the idea seems simple enough, though I'm sure complications will come up in practice. |
Could look something like this:
In the above example we add a list of user-defined patterns. Each pattern gets a name (in this case there's only one, namely "LaTeXHTML") and a regex to match, where the specification for the regex is given by the type (e.g. RBG, RRGGBB, RRGGBBAAm etc.).
The text was updated successfully, but these errors were encountered: