mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-07-07 15:55:00 +00:00
Update Git Attributes for JSON syntax highlighting in *.graphite
files (#1752)
* Update Git Attributes for `*.graphite` Adds syntax highlighting on GitHub and treats the files as generated/binary. * Mark test Graphite files as *not* generated
This commit is contained in:
parent
d0c493cdb6
commit
377b8977b4
1 changed files with 4 additions and 0 deletions
4
.gitattributes
vendored
4
.gitattributes
vendored
|
@ -4,3 +4,7 @@
|
||||||
# The `eol=lf` sets the conversion to an LF line ending
|
# The `eol=lf` sets the conversion to an LF line ending
|
||||||
# https://git-scm.com/docs/gitattributes
|
# https://git-scm.com/docs/gitattributes
|
||||||
* text=auto eol=lf
|
* text=auto eol=lf
|
||||||
|
|
||||||
|
# Adds syntax highlighting to Graphite files on GitHub and minimizes diffs both locally and on GitHub
|
||||||
|
*.graphite binary linguist-generated linguist-language=JSON
|
||||||
|
/node-graph/graphene-cli/test_files/*.graphite text diff -linguist-generated
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue