xref: /Universal-ctags/Units/parser-powershell.r/simple-powershell.d/expected.tags (revision b689382a439ee0dac0de08ade43b93c0a24a1ce9)
1ErrorActionPreference	input.ps1	/^$ErrorActionPreference = "Stop"$/;"	v
2Settings	input.ps1	/^$Global:Settings = $null$/;"	v
3ALocalVar	input.ps1	/^$Local:ALocalVar = $null$/;"	v
4BasePath	input.ps1	/^$BasePath = split-path -parent $Global:MyInvocation.InvocationName$/;"	v
5Read-Configuration-File	input.ps1	/^FUNCTION Read-Configuration-File() {$/;"	f	signature:()
6LogMessageOK	input.ps1	/^Function LogMessageOK()$/;"	f	signature:()
7LogMessage	input.ps1	/^function LogMessage() {$/;"	f	signature:()
8A-Global-Scope-Function	input.ps1	/^function global:A-Global-Scope-Function() {$/;"	f	signature:()
9MyFilter	input.ps1	/^filter Script:MyFilter {$/;"	f
10MyPrivateFilter	input.ps1	/^Filter Private:MyPrivateFilter {$/;"	f
11LoadTemplate	input.ps1	/^function LoadTemplate($template) {$/;"	f	signature:($template)
12TopLevelFunction	input.ps1	/^function TopLevelFunction() {$/;"	f	signature:()
13SecondLevelNestedFunction	input.ps1	/^    function SecondLevelNestedFunction() {$/;"	f	function:TopLevelFunction	signature:()
14ThirdLevelNestedFunction	input.ps1	/^        function ThirdLevelNestedFunction() {$/;"	f	function:TopLevelFunction::SecondLevelNestedFunction	signature:()
15Main	input.ps1	/^function Main() {$/;"	f	signature:()
16