Skip to content

Commit 982ae21

Browse files
committed
Merge pull request #135 from SublimeText/dev
Dev
2 parents 18c9f0e + 2d2027a commit 982ae21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Support/PowershellSyntax.tmLanguage

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
</dict>
247247
<dict>
248248
<key>match</key>
249-
<string>(?&lt;!\w)((?i:begin|break|catch|continue|data|define|do|dynamicparam|else|elseif|end|exit|filter|finally|for|foreach(?!-object)|from|if|in|inlinescript|parallel|param|process|return|switch|throw|trap|try|until|using|var|where(?!=-object)|while)|%|\?)(?!\w)</string>
249+
<string>(?&lt;!\w)((?i:begin|break|catch|continue|data|define|do|dynamicparam|else|elseif|end|exit|finally|for|foreach(?!-object)|from|if|in|inlinescript|parallel|param|process|return|switch|throw|trap|try|until|using|var|where(?!=-object)|while)|%|\?)(?!\w)</string>
250250
<key>name</key>
251251
<string>keyword.control.powershell</string>
252252
</dict>
@@ -522,7 +522,7 @@
522522
<key>function</key>
523523
<dict>
524524
<key>begin</key>
525-
<string>((?i:function|configuration|workflow))\s+((?:\p{L}|\d|_|-|\.)+)</string>
525+
<string>((?i:function|filter|configuration|workflow))\s+((?:\p{L}|\d|_|-|\.)+)</string>
526526
<key>beginCaptures</key>
527527
<dict>
528528
<key>0</key>

0 commit comments

Comments
 (0)