File tree Expand file tree Collapse file tree 2 files changed +44
-0
lines changed
Expand file tree Collapse file tree 2 files changed +44
-0
lines changed Original file line number Diff line number Diff line change 11{
2+ "5.0.0-alpha.01" : " messages/5.0.0-alpha.md" ,
23 "3.1.1" : " messages/prerelease-invitation.md"
34}
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments