We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db708b commit b68d9f0Copy full SHA for b68d9f0
Tests/syntax_test_PowerShell.ps1
@@ -1762,8 +1762,12 @@ function get-number {}
1762
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.class.cs
1763
# ^^^^^ keyword.declaration.class.cs
1764
# ^^^^^^^^^^^^^^^^^^^^^^^^ entity.name.class.cs
1765
+# @@@@@@@@@@@@@@@@@@@@@@@@ global-definition
1766
+# @@@@@@@@@@@@@@@@@@@@@@@@ local-definition
1767
# ^ meta.class.body.cs meta.block.cs punctuation.section.block.begin.cs
1768
[DllImport("user32.dll")]
1769
public static extern IntPtr GetForegroundWindow();
1770
+# @@@@@@@@@@@@@@@@@@@ global-definition
1771
+# @@@@@@@@@@@@@@@@@@@ local-definition " GetForegroundWindow"
1772
}
1773
"@
0 commit comments