Kir-Antipov / mc-publish

🚀 Your one-stop GitHub Action for seamless Minecraft project publication across various platforms.
MIT License
228 stars 20 forks source link

json5 in README to support comments #12

Closed isXander closed 2 years ago

isXander commented 2 years ago

prevent comments as appearing red

Kir-Antipov commented 2 years ago

I'm aware that GitHub supports jsonc, json5, and other json dialects in code blocks. Using plain json in README was a conscious choice:

1) Fabric uses json, not json5, nor jsonc. Therefore, red comments screaming "WE DO NOT BELONG HERE" are perfectly fine 2) I completely dislike the way GitHub renders jsonc and json5. As for json, I can clearly see difference between properties, values, strings, and primitives. While other dialects are being rendered as B L U E