Skip to content

Commit 998d010

Browse files
author
Bobby Crotty
committed
Fix #68 & #77 Chained Methods & Properties
1 parent bebf6d1 commit 998d010

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Support/PowershellSyntax.tmLanguage

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,14 @@
329329
<key>name</key>
330330
<string>keyword.operator.range.powershell</string>
331331
</dict>
332+
<dict>
333+
<key>comment</key>
334+
<string>Properties and methods</string>
335+
<key>match</key>
336+
<string>\.(\w)+</string>
337+
<key>name</key>
338+
<string>entity.name.function.invocation.powershell</string>
339+
</dict>
332340
</array>
333341
<key>repository</key>
334342
<dict>

0 commit comments

Comments
 (0)