Skip to content

Commit bf0a015

Browse files
committed
Add an upgrade message for pre-release testers
1 parent 668406b commit bf0a015

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

messages.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2+
"5.0.0-alpha.01": "messages/5.0.0-alpha.md",
23
"3.1.1": "messages/prerelease-invitation.md"
34
}

messages/5.0.0-alpha.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# 5.0.0 Alpha
2+
3+
Hello PowerShell user. Welcome to the 5.0 Alpha!
4+
5+
If you find bugs, especially egregious ones that break code
6+
highlighting further down in the file, please mention them at
7+
https://github.com/SublimeText/PowerShell/issues and include "v5"
8+
in the title.
9+
10+
Thank you.
11+
12+
13+
## Standout Improvements
14+
15+
- Commands not in Verb-Noun format are now recognized.
16+
17+
- Command arguments are more conscientiously marked,
18+
including unquoted strings.
19+
20+
- String contents are sometimes interpreted specially,
21+
though not in all cases. Some examples:
22+
23+
* Here-strings beginning with `using System` are
24+
highlighted with C#.
25+
26+
* Command argument strings recognize wildcards and
27+
path separators.
28+
29+
* Single-quoted strings in certain cases are
30+
highlighted with Regular Expressions.
31+
32+
* Other strings recognize simple format placeholders.
33+
34+
- `using` imports can only come at the beginning of a file.
35+
36+
- `meta` scopes are used in more places, which doesn't
37+
typically affect highlighting, but sometimes has an
38+
effect on ST commands.
39+
40+
41+
## Known Issues
42+
43+
- #213 The Containerfile package exceeds the context sanity check.

0 commit comments

Comments
 (0)