Skip to content

Commit d669a18

Browse files
committed
Add changelog for 3.0.0-alpha.5
1 parent 0d4c2de commit d669a18

File tree

2 files changed

+49
-1
lines changed

2 files changed

+49
-1
lines changed

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"1.0.6": "messages/1.0.6.txt",
44
"1.0.7": "messages/1.0.7.txt",
55
"2.0.0": "messages/2.0.0.txt",
6-
"2.1.0": "messages/2.1.0.txt"
6+
"2.1.0": "messages/2.1.0.txt",
7+
"3.0.0-alpha.5": "messages/3.0.0-alpha.5.txt"
78
}

messages/3.0.0-alpha.5.txt

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
v3.0.0-alpha.5 (2017-03-29)
2+
---------------------------
3+
4+
Welcome to the PackageDev pre-release channel (currently in alpha)!
5+
6+
Following the addition of syntax highlighting for sublime-syntax files in the
7+
past releases, this release brings a couple new features.
8+
9+
Big shout-out to @kingkeith, who did the initial work for these.
10+
11+
+ Entirely new syntax definitions for:
12+
13+
* sublime-snippets
14+
* tmPreferences
15+
* Property Lists in general (relevant for tmTheme)
16+
* sublime-keymap
17+
18+
Especially keymaps have a very detailed highlighting now with better
19+
completions, highlighting of scope selectors and snippet contents to the
20+
`insert_snippet` command.
21+
22+
+ Auto-completions for syntax tests.
23+
24+
Hitting `tab` on a syntax test line (usually indicated by a comment line)
25+
will automatically add a test for the first character that was not tested in
26+
a previous test line. Inserting `<-` will test the first character of the
27+
line.
28+
29+
Inserting `^` on an otherwise empty test line will automatically insert a
30+
test for the character at the indicated position. Inserting more `^` will
31+
extend the test to the following characters and automatically compute the
32+
common scopes for these.
33+
34+
Additionally, the characters that are tested with the current test line are
35+
highlighted by an outline (configurable).
36+
37+
* All syntax definitions have been moved or renamed within the Package. As a
38+
result, you will most likely notice error messages from Sublime Text
39+
reporting missing files. Just close and re-open files that this package
40+
provides syntax highlighting for.
41+
42+
* Other minor changes (there are many commits in this release).
43+
44+
---
45+
46+
Please test the package thoroughly and report issues at the issue tracker.
47+
https://github.com/SublimeText/PackageDev/issues

0 commit comments

Comments
 (0)