Hacker News new | ask | show | jobs
by tbr1 1515 days ago
It's all OCaml, GitHub is just misclassifying it as SML :)
1 comments

Hint[1] in case you’re ever in this situation:

  echo '*.ml  linguist-language=OCaml' >> .gitattributes
  echo '*.mli linguist-language=OCaml' >> .gitattributes
[1] https://github.com/github/linguist/blob/master/docs/override...
Thank you for this. I've made the change, but it looks like it may be several days before github gets around to refreshing the language statistics.