Closed gares closed 6 years ago
I suggest adding a .gitattribute file as in https://github.com/LPCIC/coq-elpi/blob/master/.gitattributes This way you get some colors. Example: https://github.com/LPCIC/coq-elpi/blob/master/coq-lib.elpi
.gitattribute
Note: a file gets the new syntax highlighting active only after a change, just adding the .gitattributes is not enough.
.gitattributes
Thanks, I made the changes :) now it is a lot better
I suggest adding a
.gitattribute
file as in https://github.com/LPCIC/coq-elpi/blob/master/.gitattributes This way you get some colors. Example: https://github.com/LPCIC/coq-elpi/blob/master/coq-lib.elpiNote: a file gets the new syntax highlighting active only after a change, just adding the
.gitattributes
is not enough.