Skip to content

Commit eea779c

Browse files
StartAutomatingStartAutomating
authored andcommitted
PipeScript.PipeScriptType: Renaming 'SourceGenerator' type to 'Template' (Fixes #314)
1 parent 01ebb21 commit eea779c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PipeScript.types.ps1xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,7 @@ $this.Parent.GetType().Name -in 'AssignmentStatementAST', 'HashtableAST'
11591159
"Transpiler"
11601160
}
11611161
elseif ($this.Source -match "\.ps1{0,1}\.(?<ext>[^.]+$)") {
1162-
"SourceGenerator"
1162+
"Template"
11631163
}
11641164
elseif ($this.Source -match '(?<=(?>^|\.))build\.ps1$') {
11651165
"BuildScript"

0 commit comments

Comments
 (0)