Skip to content

Commit 95ddbcd

Browse files
StartAutomatingStartAutomating
authored andcommitted
Adding Inline HCL Transpiler (Fixes #240 Fixes #241)
1 parent a8d6a7f commit 95ddbcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SupportedLanguages.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ These are all of the transpilers currently included in PipeScript:
1414
|[CSharp](Transpilers/Inline/Inline.CSharp.psx.ps1) |C# Inline PipeScript Transpiler. |```\.cs$``` |
1515
|[CSS](Transpilers/Inline/Inline.CSS.psx.ps1) |CSS Inline PipeScript Transpiler. |```\.s{0,1}css$``` |
1616
|[Go](Transpilers/Inline/Inline.Go.psx.ps1) |Go PipeScript Transpiler. |```\.go$``` |
17+
|[HCL](Transpilers/Inline/Inline.HCL.psx.ps1) |HCL PipeScript Transpiler. |```\.hcl$``` |
1718
|[HLSL](Transpilers/Inline/Inline.HLSL.psx.ps1) |HLSL Inline PipeScript Transpiler. |```\.hlsl$``` |
1819
|[HTML](Transpilers/Inline/Inline.HTML.psx.ps1) |HTML PipeScript Transpiler. |```\.htm{0,1}``` |
1920
|[Java](Transpilers/Inline/Inline.Java.psx.ps1) |Java Inline PipeScript Transpiler. |```\.(?>java)$``` |

0 commit comments

Comments
 (0)