Skip to content

Commit 9b483e9

Browse files
committed
cram tests: disable GitHub highlighting for .t files
Signed-off-by: Maël Valais <[email protected]>
1 parent ff63f5f commit 9b483e9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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