Skip to content

Releases: nk9/just_sublime

1.1.4 (4148)

05 May 14:35
@nk9 nk9
Compare
Choose a tag to compare
  • Fix the stack getting not properly resetting after encountering a set directive. (#19)

1.1.4 (4075)

05 May 14:33
@nk9 nk9
Compare
Choose a tag to compare
  • Fix the stack getting not properly resetting after encountering a set directive. (#19)

1.1.3 (4148)

26 Apr 21:20
@nk9 nk9
Compare
Choose a tag to compare
  • 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)

26 Apr 14:02
@nk9 nk9
Compare
Choose a tag to compare
  • Fix invalid function names/settings/etc being marked as valid if the prefix matched a valid name. (#15)

1.1.2 (4075)

24 Apr 21:44
@nk9 nk9
Compare
Choose a tag to compare
  • Add automatic indentation rules for new recipes, etc. (#14)
  • Create a branch for older builds (pre-4148) which don't support the embedded v2 Python syntax (#13)

1.1.1

08 Feb 18:31
@nk9 nk9
Compare
Choose a tag to compare

Updated syntax to support two recent just PRs:

1.1.0

03 Feb 13:59
@nk9 nk9
Compare
Choose a tag to compare

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!

  • Python and sh/bash/zsh embedded syntax highlighting inside of recipes (main PR by @deathaxe) (#3)
  • Backtick content now marked as code not a string (#6)
  • Multi-line recipe contents without incorrect highlighting of leading command options (#1)

1.0.2

26 Dec 23:02
@nk9 nk9
Compare
Choose a tag to compare

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.

1.0.1

19 Dec 16:25
@nk9 nk9
Compare
Choose a tag to compare

Address issues raised by PackageControl review

  • Fix duplicate syntax file due to case insensitivity
  • Add LICENSE back to package
  • Add install message with some details about just

1.0.0

17 Dec 01:23
@nk9 nk9
Compare
Choose a tag to compare

Initial release!