TIL that you can add the following to a .gitattributes file in your repo to have GitHub highlight Roc code as Elm:
.gitattributes
*.roc linguist-language=elm
Last updated: Jul 05 2025 at 12:14 UTC