diff --git a/Tests/syntax_test_PowerShell.ps1 b/Tests/syntax_test_PowerShell.ps1 index 119d609..db08a45 100644 --- a/Tests/syntax_test_PowerShell.ps1 +++ b/Tests/syntax_test_PowerShell.ps1 @@ -869,7 +869,7 @@ function Some.other.function{} FUNCTION MyFunction2 {} # <- storage.type # ^^^^^^^^^^^ entity.name.function -# @@@@@@@@@@ definition +# @@@@@@@@@@@ definition # ^ punctuation.section.braces.begin # ^ punctuation.section.braces.end function New-File { }