Product Launch
anonymous
3 points
3 comments
Postedabout 2 months agoActiveabout 2 months ago
Show HN: I made a browser extension to practice phonetic scripts (like katakana)
github.combrowser extensionlanguage learningphonetic scripts
Discussion (3 comments)
Showing 3 comments
why does github say "Roff 94.3%" as the main language?
Wow, yeah, that's bizarre. It's a TypeScript project. It turns out it has to do with some of the dictionary files that I'm using, which use a peculiar format involving lots of semicolons, which is incorrectly detecting the entire file as being Roff. Since the dictionary files are by far the largest files in the repo, it's skewing GH's language detection. Adding a gitattribute to exclude them from language detection fixed the issue.
about 2 months ago
nice. i was looking for this new programming language called ROFF lol