Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/browserslist/vim-browserslist
syntax highlighting for browserslist config files
https://github.com/browserslist/vim-browserslist
Last synced: about 1 month ago
JSON representation
syntax highlighting for browserslist config files
- Host: GitHub
- URL: https://github.com/browserslist/vim-browserslist
- Owner: browserslist
- Created: 2020-12-06T14:40:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-28T21:58:44.000Z (about 3 years ago)
- Last Synced: 2024-05-08T16:55:19.128Z (8 months ago)
- Language: Vim script
- Size: 3.91 KB
- Stars: 13
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vim-browserslist
This plugin does 2 things and 2 things only
1. Sets the filetype as `browserslist` for [browserslist](https://github.com/browserslist/browserslist)'s config files
2. Syntax highlighting## How to install
Install using your favorite plugin manager. Below is an example using [vim-plug](https://github.com/junegunn/vim-plug):
```viml
Plug 'antonk52/vim-browserslist'
```## Samples
### Gruvbox
### Monokai
### Onedark
### Ocean
## Exposed highlight groups
- browserslistComment
- browserslistKeyword
- browserslistVersion
- browserslistMarketshare
- browserslistDate
- browserslistConfig
- browserslistSection
- browserslistTarget
- browserslistCountry