Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amadeus/vim-css
The only Vim CSS Syntax file you should need...
https://github.com/amadeus/vim-css
css-syntax vim vim-css
Last synced: 3 months ago
JSON representation
The only Vim CSS Syntax file you should need...
- Host: GitHub
- URL: https://github.com/amadeus/vim-css
- Owner: amadeus
- Created: 2016-05-23T10:04:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-12T18:32:12.000Z (8 months ago)
- Last Synced: 2024-08-07T18:46:11.702Z (6 months ago)
- Topics: css-syntax, vim, vim-css
- Language: Vim Script
- Homepage:
- Size: 94.7 KB
- Stars: 13
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vim CSS
The intention of this plugin is create an accurate, modular and easily
extendable CSS syntax foundation. The currently supported languages are:* CSS
* [Stylus](http://stylus-lang.com/)
* [Sass](http://sass-lang.com/)
* [Styled Components](https://www.styled-components.com/)This initial release is most likely far from feature complete, so please post
issues if you find something I have missed. Other pre-processors should be
fairly trivial to add, so feel free to open up an issue so I can look into it.I have opted to NOT support pre-processor syntax that is white space dependent.
Learn to love those curly brackets!## Why create yet another CSS syntax file for Vim?
CSS and its various pre-processing languages tend to be pretty poorly supported
in Vim. Many of the existing plugins build off the included syntax file which
is a fairly disorganized mess that is both monolithic and a poor foundation for
extending upon. Meanwhile, I've spent the last few years contributing to one
of the most widely used Javascript syntax files for Vim
[pangloss/vim-javascript](https://github.com/pangloss/vim-javascript) and have
gained quite a bit of experience in Vim's syntax matching APIs. Taking what
I've learned, I've created this CSS plugin from scratch in a way that is both
highly accurate and extendable.Currently I only have support for CSS and two other pre-processors, but the
foundation is in place to quickly and easily add more, as people request them.## License
[MIT Style License](https://opensource.org/licenses/MIT)