Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Releases: vmware-archive/sublime-text

Switch to sublime-syntax

25 May 03:18
Compare
Choose a tag to compare

Thanks to @anlutro, we are moving away from the tmLanguage file (which is left in-place for backwards compatibility). Newer versions of Sublime Text will use the sublime-syntax file. This fixes a variety of bugs.

Bugfix for recent Jinja change

29 Aug 16:40
Compare
Choose a tag to compare

Recent updates changed the jinja scope to jinja2

Support code comments; Improved bool handling

28 Mar 12:39
Compare
Choose a tag to compare

A couple small improvements thanks to @anlutro :

  • Add support for the comment shortcut key (CTRL+/)
  • Improve boolean highlighting (True/False/Yes/No)

Proper SLS Syntax Highlighting!

19 Feb 01:24
Compare
Choose a tag to compare

Thanks to @anlutro we now have proper (non-buggy) syntax highlighting for Salt files.

This update will become automatically available to you if you use the excellent Package Control tool in Sublime.

Bug fixes for Sublime Text 2

04 May 15:51
Compare
Choose a tag to compare

Thanks to @ajw0100 we have a working version for both version 2 and 3 of Sublime Text.

We recommend you use Package Control to update or re-install this plugin.

Initial Syntax Highlighting and Snippets

09 Jan 23:02
Compare
Choose a tag to compare

This first release is entirely due to the hard work of @eshelman. All glory to the @eshelman!