Chris Yip

Results 11 comments of Chris Yip

> it means the final closing `}` of the @media group is then not highlighted at all since it's just considered arbitrary text It's because `cssFuncRegion` can't work with nested...

coz i used a lot of regexp for highlights in order to provide a simple ssyntax checker -- only perfect matched keyword will be highlighted. but seems it will conflict...

> 'css_color.vim' is loaded from `after/syntax/` folder so it should not conflict, it's due to vim's syntax feature, if one rule is too complex, the others won't be applied. >...

sorry for replying so late, im quite busy these days. i've tried the built-in csscomplete.vim, seems not difficult to update it. added it to my schedule, but not sure when...

hi gadamiak, here's the css3 supported [csscomplete.css](https://gist.github.com/20e719aa7f771f3aaf65) just for **preview**. create a /autoload/csscomplete.vim with the above code. this version only supports properties, values are not included and can't recognize prefix....

hmm... sounds good, i'll have a look at it when i have time thanks for your message

@cdlm it is not an extension, it's a full syntax. I'll reorganize the folder structure later.

`test` 下的例子是正常的,你参考一下,或者去 egg 官方 issue 那咨询一下 https://github.com/eggjs/egg/search?q=Can%27t+find+ViewEngine&type=issues。

不用关吧?因为一般主 repo 还在更新的话,很少人关注 fork,如果有人有兴趣可以参与讨论,讨论完了,我要继续改可以在这里继续提交,然后 review,有个记录方便很多。

@dwahyudi wired, I tried reinstall before, didn't work. But now, it works. Thanks.