File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-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+ | [ HAXE] ( Transpilers/Inline/Inline.HAXE.psx.ps1 ) | Haxe PipeScript Transpiler. | ``` \.hx$ ``` |
1718| [ HCL] ( Transpilers/Inline/Inline.HCL.psx.ps1 ) | HCL PipeScript Transpiler. | ``` \.hcl$ ``` |
1819| [ HLSL] ( Transpilers/Inline/Inline.HLSL.psx.ps1 ) | HLSL Inline PipeScript Transpiler. | ``` \.hlsl$ ``` |
1920| [ HTML] ( Transpilers/Inline/Inline.HTML.psx.ps1 ) | HTML PipeScript Transpiler. | ``` \.htm{0,1} ``` |
@@ -31,6 +32,7 @@ These are all of the transpilers currently included in PipeScript:
3132| [ PSD1] ( Transpilers/Inline/Inline.PSD1.psx.ps1 ) | PSD1 Inline PipeScript Transpiler. | ``` \.psd1$ ``` |
3233| [ Python] ( Transpilers/Inline/Inline.Python.psx.ps1 ) | Python Inline PipeScript Transpiler. | ``` \.py$ ``` |
3334| [ R] ( Transpilers/Inline/Inline.R.psx.ps1 ) | R PipeScript Transpiler. | ``` \.r$ ``` |
35+ | [ Racket] ( Transpilers/Inline/Inline.Racket.psx.ps1 ) | Racket Inline PipeScript Transpiler. | ``` \.rkt$ ``` |
3436| [ Razor] ( Transpilers/Inline/Inline.Razor.psx.ps1 ) | Razor Inline PipeScript Transpiler. | ```\. (cshtml\\ | razor)$``` |
3537| [ RSS] ( Transpilers/Inline/Inline.RSS.psx.ps1 ) | RSS Inline PipeScript Transpiler. | ``` \.rss$ ``` |
3638| [ Ruby] ( Transpilers/Inline/Inline.Ruby.psx.ps1 ) | Ruby Inline PipeScript Transpiler. | ``` \.rb$ ``` |
You can’t perform that action at this time.
0 commit comments