Colorify neon files

Tell GitHub to syntax highlight .neon files.
This commit is contained in:
Viktor Szépe 2019-07-14 12:07:34 +02:00 committed by GitHub
parent 7224371135
commit 4697fd162d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

5
.gitattributes vendored
View File

@ -9,6 +9,11 @@
*.gif binary
*.ico binary
# Set syntax highlight on GitHub
# https://github.com/github/linguist/blob/master/lib/linguist/languages.yml
*.neon linguist-language=YAML
*.neon.dist linguist-language=YAML
# Remove files for archives generated using `git archive`
.coveralls.yml export-ignore
.travis.yml export-ignore