File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed 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 37 languages or file types.
3+ PipeScript can currently be embedded in 39 languages or file types.
44
55### Supported Languages
66
@@ -17,6 +17,7 @@ PipeScript can currently be embedded in 37 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+ | [ HAXE] ( Inline.HAXE.psx.ps1 ) | Haxe PipeScript Transpiler. | ``` \.hx$ ``` |
2021| [ HCL] ( Inline.HCL.psx.ps1 ) | HCL PipeScript Transpiler. | ``` \.hcl$ ``` |
2122| [ HLSL] ( Inline.HLSL.psx.ps1 ) | HLSL Inline PipeScript Transpiler. | ``` \.hlsl$ ``` |
2223| [ HTML] ( Inline.HTML.psx.ps1 ) | HTML PipeScript Transpiler. | ``` \.htm{0,1} ``` |
@@ -34,6 +35,7 @@ PipeScript can currently be embedded in 37 languages or file types.
3435| [ PSD1] ( Inline.PSD1.psx.ps1 ) | PSD1 Inline PipeScript Transpiler. | ``` \.psd1$ ``` |
3536| [ Python] ( Inline.Python.psx.ps1 ) | Python Inline PipeScript Transpiler. | ``` \.py$ ``` |
3637| [ R] ( Inline.R.psx.ps1 ) | R PipeScript Transpiler. | ``` \.r$ ``` |
38+ | [ Racket] ( Inline.Racket.psx.ps1 ) | Racket Inline PipeScript Transpiler. | ``` \.rkt$ ``` |
3739| [ Razor] ( Inline.Razor.psx.ps1 ) | Razor Inline PipeScript Transpiler. | ```\. (cshtml\\ | razor)$``` |
3840| [ RSS] ( Inline.RSS.psx.ps1 ) | RSS Inline PipeScript Transpiler. | ``` \.rss$ ``` |
3941| [ Ruby] ( Inline.Ruby.psx.ps1 ) | Ruby Inline PipeScript Transpiler. | ``` \.rb$ ``` |
You can’t perform that action at this time.
0 commit comments