File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11This 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)$ ``` |
You can’t perform that action at this time.
0 commit comments