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

ColorVview should check for # #8

Closed
davidosomething opened this issue Mar 20, 2012 · 1 comment
Closed

ColorVview should check for # #8

davidosomething opened this issue Mar 20, 2012 · 1 comment

Comments

@davidosomething
Copy link

The following code has the word "embedded" in it. The "bedded" part gets highlighted by ColorVview even though it's not a color.

@font-face {
    font-family: 'BlockBertholdRegular';
    src: url('../assets/blockbe-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/blockbe-regular-webfont.svg#BlockBertholdRegular') format('svg');
}
@gu-fan
Copy link
Owner

gu-fan commented Mar 22, 2012

fixed.
Now fmt 'HEX' only match text all in Uppercase , like 'FFFFFF' will be matched while 'ffffff' will not.
and will NOT match that in a word ,like 'aFFFFFF'

another fix is now fmt 'NAME' DON'T match the text like 'white-space' 'black_sheep'

And :ColorVview now renamed to :ColorVPreview, the :ColorVword is now :ColorVView

@gu-fan gu-fan closed this as completed Mar 22, 2012
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