Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.