https://github.com/ldez/atom-language-csv
Syntax highlighting for CSV files
https://github.com/ldez/atom-language-csv
atom csv syntax-highlighting
Last synced: 11 months ago
JSON representation
Syntax highlighting for CSV files
- Host: GitHub
- URL: https://github.com/ldez/atom-language-csv
- Owner: ldez
- License: mit
- Created: 2016-05-14T11:59:41.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-31T22:08:27.000Z (over 9 years ago)
- Last Synced: 2025-04-23T14:20:02.399Z (11 months ago)
- Topics: atom, csv, syntax-highlighting
- Language: CoffeeScript
- Homepage: https://atom.io/packages/language-csv
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# CSV language Package for Atom
[](https://atom.io/packages/language-csv)
[](https://atom.io/packages/language-csv)
[](https://travis-ci.org/ldez/atom-language-csv)
[](https://ci.appveyor.com/project/ldez/atom-language-csv)
[](https://github.com/ldez/atom-language-csv/blob/master/LICENSE.md)
Adds syntax highlighting to '.csv' files.

Support [rfc4180](https://tools.ietf.org/html/rfc4180) and semicolon base syntax.
## Install
Settings/Preferences > Install > Search for `language-csv`
or
```bash
apm install language-csv
```