JohnEarnest / Octo

A Chip8 IDE
MIT License
664 stars 53 forks source link

GitHub thinks Octo files are Roff files #103

Open tobiasvl opened 4 years ago

tobiasvl commented 4 years ago

GitHub/Linguist is currently misclassifying .8o files as Roff files. This is not entirely uncommon, but the answer always seems to be to override it manually.

We can of course override it manually in all our repositories (JohnEarnest/chip8Archive perhaps being the main one), but what should we override it to?

Should we perhaps consider adding Octo support to Linguist?

JohnEarnest commented 4 years ago

@tobiasvl yes, this would be a worthwhile enhancement.

Are you interested in attempting to extend Linguist?

tobiasvl commented 4 years ago

Yep, sure!

pushfoo commented 1 year ago

Is this still something @tobiasvl will be looking at?

I think Octo might meet linguist's language addition guidelines:

I've seen PRs with vscode grammars on the linguist repo, but I'm less sure of the second item given it's not rare for people to put all their Octo projects into a single repo.