Skip to content

Releases: ianharper/Sublime-Text-MVBasic-Syntax

Statement bug fix

10 Oct 07:09
Compare
Choose a tag to compare

Fixing a bug from a previous release relating to "." and "$" in variable names which were similar to statements.

mvBase

12 Sep 14:07
c0447c8
Compare
Choose a tag to compare

Added mvBase syntax.

Attribute reference scoping

12 Sep 03:21
30ad6a3
Compare
Choose a tag to compare

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

22 Aug 03:41
Compare
Choose a tag to compare

Added snippets for jBASE.

jBASE syntax and meta scoping for block statements

22 Aug 03:21
Compare
Choose a tag to compare

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

21 Aug 03:44
8098874
Compare
Choose a tag to compare

Update links in README and bug fixes.

Enable "\" quotes

25 May 05:11
Compare
Choose a tag to compare

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

18 May 03:46
Compare
Choose a tag to compare

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

15 May 05:01
Compare
Choose a tag to compare

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

16 Jan 05:37
Compare
Choose a tag to compare
  • Added uppercase versions of all snippets.
  • Fixed some syntax tests.