Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tile (wrongly) showing markdown as language #2

Closed
cuteredpwnda opened this issue Dec 1, 2022 · 3 comments
Closed

Tile (wrongly) showing markdown as language #2

cuteredpwnda opened this issue Dec 1, 2022 · 3 comments

Comments

@cuteredpwnda
Copy link
Contributor

In 2021 I tried using dart to solve the puzzles for the first three days (gave up afterwards). I included a README.md for each day to write down my ideas.

The tiles created now show .md as language used, ignoring (?) the .dart files in bin.

@LiquidFun
Copy link
Owner

Apparently there is a programming language called GCC Machine Description, or something like that, which ends in .md...

GCC Machine Description:
type: programming
color: "#FFCFAB"
extensions:
- ".md"

Well, I think I'll just comment that one out until there is someone who uses that 🤷

It didn't find the dart files because it didn't look that deep in the bin folder, it looked only 1 layer deep. I'll fix this by adding a function which can be implemented by any other user which returns a dict of year to day to path to solution mappings, so that any file structure can be easily mapped.

@cuteredpwnda
Copy link
Contributor Author

Oh my, this is a wild find.

Nice idea!

@LiquidFun
Copy link
Owner

Solutions are now searched recursively (any depth) so the second part should be fixed as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants