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: Jun 16 2026 at 16:19 UTC