Skip to content

Commit 4e9b56d

Browse files
authored
Add test case for class keyword coloring
Add test case for class keyword coloring when used as parameter
1 parent bc017ce commit 4e9b56d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/testfiles/syntax_test_TheBigTestFile.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,6 +1110,8 @@ $b -cLike $c
11101110
# ^ keyword.operator.string-format.powershell
11111111

11121112
# Misc test cases
1113+
Test-Function -Class ClassName
1114+
# ^ not:storage.type.powershell
11131115
New-Object -TypeName System.Diagnostics.Process
11141116
# ^ not:keyword.control.powershell
11151117
New-Object -TypeName System.Data

0 commit comments

Comments
 (0)