Skip to content

Commit

Permalink
Changelog for 3.0.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
FichteFoll committed May 20, 2017
1 parent c86c2df commit 917832d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"1.0.7": "messages/1.0.7.txt",
"2.0.0": "messages/2.0.0.txt",
"2.1.0": "messages/2.1.0.txt",
"3.0.0-alpha.5": "messages/3.0.0-alpha.5.txt"
"3.0.0-alpha.5": "messages/3.0.0-alpha.5.txt",
"3.0.0-alpha.6": "messages/3.0.0-alpha.6.txt"
}
20 changes: 20 additions & 0 deletions messages/3.0.0-alpha.6.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
v3.0.0-alpha.6 (2017-05-20)
---------------------------

The latest alpha release brings you:

+ (Auto-)completions for syntax development

* Scope names are completed according to ST scope naming guidelines
* Context names are completed for include/push/set keys
* All currently available keys have completions as well

+ Highlighting of the regexp capture group that the current "captures" scope line targets
(@Thom1729)

* Other minor changes

---

Please test the package thoroughly and report issues at the issue tracker.
https://github.com/SublimeText/PackageDev/issues

0 comments on commit 917832d

Please sign in to comment.