Skip to content

Commit 3f8c7a5

Browse files
StartAutomatingStartAutomating
authored andcommitted
Adding support for Pipescript inline in YAML (#147)
1 parent ee93d54 commit 3f8c7a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Transpilers/Inline/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This directory contains Inline PipeScript transpilers for several languages.
22

3-
PipeScript can currently be embedded in 26 languages or file types.
3+
PipeScript can currently be embedded in 27 languages or file types.
44

55
Transpilers in this directory should be named ```Inline.NameOfLanguage.psx.ps1```.
66
Each file should handle one and only one language (better explicit than terse).
@@ -36,6 +36,7 @@ Transpilers should call ```.>PipeScript.Inline``` to simplify and standarize pro
3636
|[TOML](Inline.TOML.psx.ps1) |[TOML Inline PipeScript Transpiler.](Inline.TOML.psx.ps1) |
3737
|[TypeScript](Inline.TypeScript.psx.ps1)|[TypeScript Inline PipeScript Transpiler.](Inline.TypeScript.psx.ps1)|
3838
|[XML](Inline.XML.psx.ps1) |[XML Inline PipeScript Transpiler.](Inline.XML.psx.ps1) |
39+
|[YAML](Inline.YAML.psx.ps1) |[Yaml File Transpiler.](Inline.YAML.psx.ps1) |
3940

4041

4142

0 commit comments

Comments
 (0)