aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarry Bairstow <h.bairstow22@gmail.com>2022-02-10 19:41:50 +0000
committerLouis Pilfold <louis@lpil.uk>2022-02-22 13:20:07 +0000
commit465dc0f141e0885790d21e689685fd945251deb1 (patch)
treecbc98a09ab9fd67380973e59528d55c363fcd707
parent34ce79f8e896e23348d88b5bfe0c3b7a28d273d8 (diff)
downloadgleam_stdlib-465dc0f141e0885790d21e689685fd945251deb1.tar.gz
gleam_stdlib-465dc0f141e0885790d21e689685fd945251deb1.zip
Remove rust language override
-rw-r--r--.gitattributes9
1 files changed, 0 insertions, 9 deletions
diff --git a/.gitattributes b/.gitattributes
index 2c77e1d..2410584 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,12 +1,3 @@
-# We want fancy syntax highlighting on GitHub, though GitHub doesn't know how
-# to speak Gleam. Until it does (maybe one day!) we'll tell GitHub that these
-# files are Rust, which has a similar enough syntax for the highlighting to
-# work in most cases.
-# The only caveat is that we need to add a `;` after each use of the `type`
-# keyword as our type syntax is different to theirs in a way that confuses
-# GitHub.
-*.gleam linguist-language=Rust
-
# Erlang files generated by the Gleam compiler
/gen/*/*.erl linguist-generated=true
/docs/**/* linguist-generated=true