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