Skip to content

Commit 9ab0460

Browse files
committed
Move redirection to statements
1 parent 1240779 commit 9ab0460

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PowerShell.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ contexts:
2424
- include: statements
2525

2626
statements:
27+
- include: redirection
2728
- include: classes
2829
- include: expressions
2930
- include: functions
@@ -86,7 +87,6 @@ contexts:
8687
# BUG: When we figure out what's wrong with `prototype`, remove this.
8788
- include: comments
8889

89-
- include: redirection
9090
- include: commands
9191
- include: constants
9292
- include: variables

0 commit comments

Comments
 (0)