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

https://github.com/ldez/atom-language-gitattributes

Syntax highlighting for '.gitattributes' file.
https://github.com/ldez/atom-language-gitattributes

atom gitattributes syntax-highlighting

Last synced: 8 months ago
JSON representation

Syntax highlighting for '.gitattributes' file.

Awesome Lists containing this project

README

          

# Git Attributes files Package for Atom

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

Adds syntax highlighting to '.gitattributes' files.

![language-gitattributes](https://cloud.githubusercontent.com/assets/5674651/14799249/dbd13918-0b3b-11e6-812f-980ec8c42581.png)

## Supported files

- `.gitattributes` and `.git/info/attributes`
- [references](https://git-scm.com/docs/gitattributes)

## Install

Settings/Preferences > Install > Search for `language-gitattributes`

Or

```bash
apm install language-gitattributes
```

## Samples

Samples are extracted from https://github.com/Danimoth/gitattributes.