Skip to content

Releases: quiqueg/Swift-Sublime-Package

v0.0.9

02 Dec 19:38
Compare
Choose a tag to compare

v0.0.9 Release notes

Syntax highlighting

New

  • Access control keywords: open, fileprivate
  • Declaration keywords: rethrows

v0.0.8

15 Feb 20:32
Compare
Choose a tag to compare

v0.0.8 Release notes

Syntax highlighting

New

  • Types: Void, Int, UInt
  • Literals: nil
  • Statement keywords: repeat, try, catch, throw, defer, guard
  • Access control keywords: public, private, internal
  • Declaration keywords: throws
  • Declaration modifiers: convenience, dynamic, final, lazy

Fixes and Improvements

  • Function names
  • Protocol composition type

v0.0.7

15 Oct 18:00
Compare
Choose a tag to compare

v0.0.7 Release Notes

Snippets

Fixes and Improvements

  • Removed deprecated flag from shebang line snippet

v0.0.6

03 Sep 17:42
Compare
Choose a tag to compare

v0.0.6 Release Notes

Key Bindings

Fixes and Improvements

  • Remove trailing comma from key bindings

v0.0.5

31 Aug 18:40
Compare
Choose a tag to compare

v0.0.5 Release notes

Syntax highlighting

New

  • Shebang line
  • Attributes
  • Function declarations

Fixes and Improvements

  • Better regular expressions for matching operators
  • Better regular expressions for matching numeric literals

Snippets

Fixes and Improvements

  • Remove extraneous space in the init and subscript snippets

Key Bindings

New

  • Auto-pair parentheses for expressions in strings

Other

  • Added support for Sublime's toggle comment and toggle block comment features

v0.0.4

04 Jun 15:49
Compare
Choose a tag to compare
Added MIT license

v0.0.3

03 Jun 11:58
Compare
Choose a tag to compare
Updated and cleaned up README

v0.0.2

02 Jun 21:19
Compare
Choose a tag to compare
.swift file extension

v0.0.1

02 Jun 19:37
Compare
Choose a tag to compare
Basic language syntax