Skip to content

Releases: Altomare/sublime-makefile-plus

String and command improvements

20 Sep 12:35
Compare
Choose a tag to compare

Changelist:

  • Fixed a bug where a command with an '=' character would be colored as an indented variable affectation
  • Improved string coloration in variable affectation

Variable call in variable declaration

15 May 15:55
Compare
Choose a tag to compare
1.0.4

Fix variable usage in variable declaration + factorize redundant rule…

Multiline comments / Improved rule coloring

15 May 05:50
Compare
Choose a tag to compare
1.0.3

Merge branch 'master' of github.com:Altomare/sublime-makefile-plus

Improved multiline variables

12 May 08:41
Compare
Choose a tag to compare

Fix bug where variable definitions on multiple lines would be considered as multiple variable definitions.

Ex:
CPPFLAGS := -DLOG=1
-D_POSIX_C_SOURCE=1

Fix substitutions

05 Apr 14:00
Compare
Choose a tag to compare

Just a basic substitution fix

Initial release

12 Nov 09:21
Compare
Choose a tag to compare

Initial release for Package Control usage.