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

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

Awesome Lists containing this project

README

          

# CSV language Package for Atom

[![Atom Package](https://img.shields.io/apm/v/language-csv.svg)](https://atom.io/packages/language-csv)
[![Atom Package Downloads](https://img.shields.io/apm/dm/language-csv.svg)](https://atom.io/packages/language-csv)
[![Build Status (Linux & OSX)](https://travis-ci.org/ldez/atom-language-csv.svg?branch=master)](https://travis-ci.org/ldez/atom-language-csv)
[![Build status (Windows)](https://ci.appveyor.com/api/projects/status/jpw2ka92nnpa8ksw?svg=true)](https://ci.appveyor.com/project/ldez/atom-language-csv)
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/ldez/atom-language-csv/blob/master/LICENSE.md)

Adds syntax highlighting to '.csv' files.

![language-csv](https://cloud.githubusercontent.com/assets/5674651/15268371/50fe90c4-19dc-11e6-8cff-6d59b637b02e.png)

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
```