-
Notifications
You must be signed in to change notification settings - Fork 7
It doesn't work with 'css_color.vim' #4
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
Comments
coz i used a lot of regexp for highlights in order to provide a simple ssyntax checker -- only perfect matched keyword will be highlighted. |
I only use hex and rgba notations. 'css_color.vim' is loaded from Have you thought about submitting your syntax file as patch to Vim? BTW, have you thought about updating So many questions, sorry :) |
|
I meant Vim's 7.3 built-in completion. Now it consists of CSS 2.1 only. |
sorry for replying so late, im quite busy these days. i've tried the built-in csscomplete.vim, seems not difficult to update it. |
Thanks! That would be really helpful to have it updated :) |
hi gadamiak, btw, you can add your own properties by modifying the "let" sentences on L9 to 28 |
+1. it also breaks vim-css-color |
It works fine for me with vim-css-color (I'm using VAM to manage my plugins). |
It also works fine with https://github.com/chrisbra/color_highlight. |
css_color.vim
applies colored background for color definitions and is a great tool for CSS. However, it stops working with your syntax file. It works with a stock css.vim without problems.The text was updated successfully, but these errors were encountered: