Skip to content

Commit 80116c6

Browse files
StartAutomatingStartAutomating
authored andcommitted
Adding Inline HCL Transpiler (Fixes #240 Fixes #241)
1 parent 7e8392d commit 80116c6

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 34 languages or file types.
3+
PipeScript can currently be embedded in 35 languages or file types.
44

55
### Supported Languages
66

@@ -17,6 +17,7 @@ PipeScript can currently be embedded in 34 languages or file types.
1717
|[CSharp](Inline.CSharp.psx.ps1) |C# Inline PipeScript Transpiler. |```\.cs$``` |
1818
|[CSS](Inline.CSS.psx.ps1) |CSS Inline PipeScript Transpiler. |```\.s{0,1}css$``` |
1919
|[Go](Inline.Go.psx.ps1) |Go PipeScript Transpiler. |```\.go$``` |
20+
|[HCL](Inline.HCL.psx.ps1) |HCL PipeScript Transpiler. |```\.hcl$``` |
2021
|[HLSL](Inline.HLSL.psx.ps1) |HLSL Inline PipeScript Transpiler. |```\.hlsl$``` |
2122
|[HTML](Inline.HTML.psx.ps1) |HTML PipeScript Transpiler. |```\.htm{0,1}``` |
2223
|[Java](Inline.Java.psx.ps1) |Java Inline PipeScript Transpiler. |```\.(?>java)$``` |

0 commit comments

Comments
 (0)