We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e1abf commit 7692d3dCopy full SHA for 7692d3d
.gitattributes
@@ -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