1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-12 10:03:53 +02:00
vcmi/docs/modders/Map_Objects
Ivan Savenko 879aaba980 Use json instead of json5 for syntax highlight in docs
Looks like website only recognizes javascript & json, and is not aware
of jsonc or json5.

Will result in small regression on Github web view - comments will show
up as red (since comments are not part of json format), but syntax
highlight would work both on website and on Github.

Alternative is using javascript for syntax highlight, however syntax
highlighter for json looks better on both website and Github (since it
uses separate highlighting for json keys, separate from strings in
values)
2024-12-04 16:50:01 +00:00
..
Boat.md Use json instead of json5 for syntax highlight in docs 2024-12-04 16:50:01 +00:00
Creature_Bank.md Use json instead of json5 for syntax highlight in docs 2024-12-04 16:50:01 +00:00
Dwelling.md Use json instead of json5 for syntax highlight in docs 2024-12-04 16:50:01 +00:00
Flaggable.md Use json instead of json5 for syntax highlight in docs 2024-12-04 16:50:01 +00:00
Market.md Use json instead of json5 for syntax highlight in docs 2024-12-04 16:50:01 +00:00
Rewardable.md Use json instead of json5 for syntax highlight in docs 2024-12-04 16:50:01 +00:00