-
Notifications
You must be signed in to change notification settings - Fork 26
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
Lack support for kinds of colors comparing to the css standard. #8
Comments
That one seems to be an improved version of colorizer. If that has some issues, I don't want to combine those issues into mine :-) I'm considering to use the Python interface with some newly introduced features if I write a new release someday. What do you think about the Python dependency? |
Sorry for my poor English, I mean, of course, to combine those features into a single plugin, but not bugs >_< Python is good, but I still don't know how to get python-portable works with the portable version of vim (on my flash disk :D ), so in my .vimrc, I have to find a vimL version of some plugin if it use python, for example, |
On Sun, May 26, 2013 at 07:41:08AM -0700, LiTuX. S wrote:
I know. I meant it's not going to be easy. It has been too long since last time I read the code. I'm afraid I have to rewrite it before adding new features.
I think I'd prefer to teach people to get themselves a portable Vim with a portable Python :-) Best regards, |
What is wrong with my plugin (https://github.com/chrisbra/color_highlight) I appreciate it, if you could open a ticket for each issue you encounter with that plugin. |
Comparing to this plugin, this one ( https://github.com/chrisbra/color_highlight ) can highlight
colornames
,hsl
et al as well, the rgb color support%
too. What's more, the rgba under console is highlighted correctly. But after trying it for some day, it also has some issue. If they can be combined together, it will be much more convenient for us to use it.So if you consider add some of those features in a next release, I'll be very appreciate, thanks :)
The text was updated successfully, but these errors were encountered: