Skip to content

Commit e2c7f15

Browse files
committed
1 parent 6660779 commit e2c7f15

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Support/PowershellSyntax.tmLanguage

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -704,17 +704,19 @@
704704
<key>0</key>
705705
<dict>
706706
<key>name</key>
707-
<string>entity.name.type</string>
707+
<string>entity.other.attribute-name</string>
708708
</dict>
709709
</dict>
710+
<key>comment</key>
711+
<string>name should be entity.name.type but default schema doesn't have a good color for it</string>
710712
<key>end</key>
711713
<string>\]</string>
712714
<key>endCaptures</key>
713715
<dict>
714716
<key>0</key>
715717
<dict>
716718
<key>name</key>
717-
<string>entity.name.type</string>
719+
<string>entity.other.attribute-name</string>
718720
</dict>
719721
</dict>
720722
<key>patterns</key>
@@ -723,7 +725,7 @@
723725
<key>match</key>
724726
<string>(\p{L}|\.|``\d+)+?</string>
725727
<key>name</key>
726-
<string>entity.name.type</string>
728+
<string>entity.other.attribute-name</string>
727729
</dict>
728730
<dict>
729731
<key>include</key>

0 commit comments

Comments
 (0)