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

Lack support for kinds of colors comparing to the css standard. #8

Open
suxpert opened this issue May 21, 2013 · 4 comments
Open

Lack support for kinds of colors comparing to the css standard. #8

suxpert opened this issue May 21, 2013 · 4 comments

Comments

@suxpert
Copy link

suxpert commented May 21, 2013

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 :)

@lilydjwg
Copy link
Owner

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?

@suxpert
Copy link
Author

suxpert commented May 26, 2013

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, ultisnips. So, if it can be done, a vimL version could be much more convenient.

@lilydjwg
Copy link
Owner

On Sun, May 26, 2013 at 07:41:08AM -0700, LiTuX. S wrote:

Sorry for my poor English, I mean, of course, to combine those features into a single plugin, but not bugs >_<

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.

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, ultisnip. So, if it can be done, a vimL version could be much more convenient.

I think I'd prefer to teach people to get themselves a portable Vim with a portable Python :-)

Best regards,
lilydjwg

@chrisbra
Copy link

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.

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

3 participants