Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.21 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.21 KB

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