Skip to content

Commit 015ac0c

Browse files
committed
cram tests: disable GitHub highlighting for .t files
Signed-off-by: Maël Valais <mael@vls.dev>
1 parent 3e22469 commit 015ac0c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# The .t files are cram tests. The GitHub syntax highlighter [1] does not know
2+
# about the cram format and thinks they are Perl files. So we disabled the
3+
# GitHub highlighter altogether for these files.
4+
5+
*.t text linguist-language=Text
6+

0 commit comments

Comments
 (0)