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: 5 months 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-01T23:30:49.000Z (over 4 years ago)
- Last Synced: 2024-12-24T06:39:56.815Z (5 months 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
[](https://travis-ci.com/matteobertoldo/atom-browserslist) [](https://ci.appveyor.com/project/matteobertoldo/atom-browserslist) [](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

### Atom One Light

## License
Atom Browserslist is released under the [MIT](https://github.com/matteobertoldo/atom-browserslist/blob/master/LICENSE) license.