Releases: nk9/just_sublime
Releases · nk9/just_sublime
1.1.4 (4148)
- Fix the stack getting not properly resetting after encountering a
set
directive. (#19)
1.1.4 (4075)
- Fix the stack getting not properly resetting after encountering a
set
directive. (#19)
1.1.3 (4148)
- Fix invalid function names/settings/etc being marked as valid if the prefix matched a valid name. (#15)
- Switch embedded Python syntax to v2, available on ST 4148+.
1.1.3 (4075)
- Fix invalid function names/settings/etc being marked as valid if the prefix matched a valid name. (#15)
1.1.2 (4075)
1.1.1
1.1.0
Several more longstanding bugs fixed. As of now, I'm not aware of any other bugs in the syntax, and the frequency of releases will probably slow down. Big thanks to @deathaxe for his help on embedding!
1.0.2
Several bug fixes including:
- Recipes beginning with
set-
and having trailing hyphens are now properly scoped. - Recipe parameters are now being correctly interpreted even when following a variadic operator.
- Recipe dependencies with arguments can now span multiple lines.