Skip to content

Commit 7692d3d

Browse files
committed
gitattributes
1 parent 89e1abf commit 7692d3d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitattributes

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
examples/* linguist-documentation=false
2+
3+
# We want fancy syntax highlighting on GitHub, though GitHub doesn't know how
4+
# to speak Gleam. Until it does (maybe one day!) we'll tell GitHub that these
5+
# files are Rust, which has a similar enough syntax for the highlighting to
6+
# work in most cases.
7+
# The only caveat is that we need to add a `;` after each use of the `type`
8+
# keyword as our type syntax is different to theirs in a way that confuses
9+
# GitHub.
10+
*.gleam linguist-language=Rust

0 commit comments

Comments
 (0)