Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matteobertoldo/atom-browserslist
🦔 Adds syntax highlighting to .browserslistrc files in Atom
https://github.com/matteobertoldo/atom-browserslist
atom atom-package browserslist browserslist-config syntax-highlighting
Last synced: 8 days ago
JSON representation
🦔 Adds syntax highlighting to .browserslistrc files in Atom
- Host: GitHub
- URL: https://github.com/matteobertoldo/atom-browserslist
- Owner: matteobertoldo
- License: mit
- Created: 2020-12-07T14:59:12.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-01T23:30:49.000Z (almost 4 years ago)
- Last Synced: 2024-12-24T06:39:56.815Z (18 days ago)
- Topics: atom, atom-package, browserslist, browserslist-config, syntax-highlighting
- Language: JavaScript
- Homepage: https://atom.io/packages/atom-browserslist
- Size: 715 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Atom Browserslist
[![Build Status](https://img.shields.io/travis/com/matteobertoldo/atom-browserslist.svg)](https://travis-ci.com/matteobertoldo/atom-browserslist) [![Build status](https://ci.appveyor.com/api/projects/status/gmtqbuw1q5rxg8t7?svg=true)](https://ci.appveyor.com/project/matteobertoldo/atom-browserslist) [![Known Vulnerabilities](https://snyk.io/test/github/matteobertoldo/atom-browserslist/badge.svg?targetFile=package.json)](https://snyk.io/test/github/matteobertoldo/atom-browserslist?targetFile=package.json)
Adds syntax highlighting to [`.browserslistrc`](https://github.com/browserslist/browserslist) files in Atom.
## Installation
### Command Line
1. Install the latest version of [Atom](https://atom.io)
2. In the terminal, install the package via **apm**:```sh
apm install atom-browserslist
```### GUI
1. Install the latest version of [Atom](https://atom.io)
2. Launch Atom
3. Open Settings View using Cmd+, on macOS or Ctrl+, on other platforms
4. Click the Install tab on the left side
5. Enter `atom-browserslist` in the search box and press Enter
6. Click the "Install" button that appears## Themes
### Atom One Dark
![one-dark](https://user-images.githubusercontent.com/15775323/101669819-af6fc880-3a52-11eb-89cc-437000f76b23.png)
### Atom One Light
![one-light](https://user-images.githubusercontent.com/15775323/101670433-6ec47f00-3a53-11eb-91b1-676dc8e5e5c7.png)
## License
Atom Browserslist is released under the [MIT](https://github.com/matteobertoldo/atom-browserslist/blob/master/LICENSE) license.