Home  >  Q&A  >  body text

gvim - Does anyone have the CSS Indent file in vim that can be indented in @media?

Does anyone have the CSS Indent file in vim that can indent the

in @media?
@media (min-width: 992px) {

body{
   background:red;
}

}
大家讲道理大家讲道理2618 days ago501

reply all(1)I'll reply

  • PHP中文网

    PHP中文网2017-05-16 16:42:43

    https://github.com/JulesWang/css.vim
    https://github.com/hail2u/vim-css3-syntax

    把上面俩插件装上就齐活儿了。如果你用 Vim 7.4+,那么第一个可以不装,不影响。7.3 的话就需要装了,第二个对于 7.3 无能为力。

    reply
    0
  • Cancelreply