Syntax highlighting, JSON schema based linting & hinting, and autocomplete functionality for the game Monster Girl Dreams in .json files. See links for setup guide below.
Features
Autocomplete for json types, keys, and functions, ranging from single strings to multi-line structures you can effectively tab through.
Will do pretty gif later
Structural and basic value error checking specific to Monster Girl Dreams.
Will do pretty image later
Hint bubbles on hovering a key structure that link related documentation, and Addition information.
Will do pretty image later
Syntax highlighting for functions and markup.
Will do pretty image later
Known Issues
Syntax highlighting is inflexible to certain whitespace scenarios, usually some use of linebreaks. Use autocomplete snippets to for reference of expected whitespace. This can be fixed when transitioned to a treesitter grammar in the future.