Bivscy is a Visual Studio Code extension which provides a language mode for game data used in the Bitsy Game Maker (https://ledoux.itch.io/bitsy).
- Syntax highlighting for Bitsy game data files
- Some invalid syntax is highlighted as invalid
- Dialogs are rendered as block text; there is no highlighting of the structure within a dialog.
- Hack-specific syntax is not handled
VARvalues not highlighted as constants/strings- Sections are delimited by empty lines, which doesn't work with the simple folding/unfolding mechanism for Visual Studio Code extensions
Initial release, with basic syntax highlighting.
Fix #1
Fix issue with highlighting of image positions.
