Skip to content

vim-language-dept/css-syntax.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Vim CSS Syntax File

Adding features

The keywords in this plugin should be limited to those that appear in a W3C document that has reached the level of Candidate Recommendation or higher. Check the "current work" page for more details.

Working Draft branch

The wd branch contains specs that are in Working Draft status. Switch to this branch for highlighting for things like "flow-relative" properties that haven't made it into Candidate Recommendation yet.

Installation

Manual

Copy css.vim file into your ~/.vim/syntax/ directory.

Using Vundle

Add the following line to your ~/.vimrc file:

Plugin 'vim-language-dept/css-syntax.vim'

and run :PluginInstall in Vim.

More Info

Thanks

About

CSS syntax highlighting that ships with Vim

Topics

Resources

Stars

Watchers

Forks

Languages

  • Vim Script 82.8%
  • CSS 17.2%