Releases: ianharper/Sublime-Text-MVBasic-Syntax
Statement bug fix
mvBase
Attribute reference scoping
The only significant feature of this release is the addition of scoping for the angle brackets used for attribute references. Also in this release is a major rework of the syntax structure which will make adding new MV variants much easier.
jBASE Snippets
Added snippets for jBASE.
jBASE syntax and meta scoping for block statements
This release adds highlighting for jBASE. In addition the syntax for D3 and QM have been re-worked to enable meta scoping for block statements (then, else, etc). A new command has been added: MVBasic Reindent. This reindents the current file and has a couple of settings to customize the reindentation process.
Minor Updates
Update links in README and bug fixes.
Enable "\" quotes
It's been in the features since the beginning but I just realized that the "" quotes were enabled on my machine because I had them set in the User package folder.
Enable sublime's goto reference
Added to d3 and qm syntax to enable the new Sublime feature, goto reference. Also added multiline syntax for on goto/gosub.
Minor syntax additions
Added a few statements to d3 syntax: $include, call @var.name, and com. Also changed the color scheme to use hex color definitions.
Uppercase Snippets
- Added uppercase versions of all snippets.
- Fixed some syntax tests.