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.
- Host: GitHub
- URL: https://github.com/ldez/atom-language-gitattributes
- Owner: ldez
- License: mit
- Created: 2016-04-25T21:00:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-23T19:31:57.000Z (almost 8 years ago)
- Last Synced: 2025-04-23T14:20:04.547Z (10 months ago)
- Topics: atom, gitattributes, syntax-highlighting
- Language: CoffeeScript
- Homepage: https://atom.io/packages/language-gitattributes
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Git Attributes files Package for Atom
[](https://atom.io/packages/language-gitattributes)
[](https://atom.io/packages/language-gitattributes)
[](https://travis-ci.org/ldez/atom-language-gitattributes)
[](https://ci.appveyor.com/project/ldez/atom-language-gitattributes)
[](https://github.com/ldez/atom-language-gitattributes/blob/master/LICENSE.md)
Adds syntax highlighting to '.gitattributes' files.

## 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.