# vim-stylus **Repository Path**: decodeencodespace/vim-stylus ## Basic Information - **Project Name**: vim-stylus - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-10-16 - **Last Updated**: 2021-10-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # stylus.vim Syntax highlighting for [Stylus](http://learnboost.github.com/stylus/). CSS3/HTML5 bundled in and adapted from [css3.vim](http://www.vim.org/scripts/script.php?script_id=3042) by Hsiaoming Young ## Installation ### Manual install Unzip into your `.vim` directory ### Pathogen install Clone this repo into your `.vim/bundle` directory. For example: cd ~/.vim/bundle git clone git://github.com/wavded/vim-stylus.git ## Creds This is based on the excellent work from Tim Pope on sass.vim.