Releases: quiqueg/Swift-Sublime-Package
Releases · quiqueg/Swift-Sublime-Package
v0.0.9
v0.0.8
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
v0.0.6
v0.0.5
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