File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed
Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 11{
2+ "5.0.0" : " messages/5.0.0.md" ,
23 "5.0.0-beta.01" : " messages/5.0.0-beta.md" ,
34 "4.2.0" : " messages/5.0.0-prerelease-invitation.md" ,
45 "3.1.1" : " messages/4.0.0-prerelease-invitation.md"
Original file line number Diff line number Diff line change 1+ # 5.0.0
2+
3+ This is a large syntax change with substantial modification
4+ to where some keywords are able to be used.
5+
6+ If you find bugs, especially egregious ones that break code
7+ highlighting further down in the file, please mention them at
8+ https://github.com/SublimeText/PowerShell/issues and include
9+ "v5" in the title.
10+
11+
12+ ## Standout improvements
13+
14+ - Commands are recognized without Verb-Noun format.
15+
16+ - Command arguments are more conscientiously marked,
17+ including unquoted strings.
18+
19+ - String contents are sometimes interpreted specially,
20+ though not in all cases. Some examples:
21+
22+ * Here-strings beginning with ` using System ` are
23+ highlighted with C#.
24+
25+ * Command argument strings recognize wildcards and
26+ path separators.
27+
28+ * Single-quoted strings in certain cases are
29+ highlighted with Regular Expressions.
30+
31+ * Other strings recognize some format placeholders.
32+
33+ - ` using ` imports can only come at the beginning of a file.
34+
35+ - ` meta ` scopes are used in more places, which doesn't
36+ typically affect highlighting, but sometimes has an
37+ effect on ST commands.
You can’t perform that action at this time.
0 commit comments