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 Template transpilers for several languages.
22
3- PipeScript can be used to generate 44 languages or file types.
3+ PipeScript can be used to generate 45 languages or file types.
44
55### Supported Languages
66
@@ -45,6 +45,7 @@ PipeScript can be used to generate 44 languages or file types.
4545| [ Rust] ( Rust.Template.psx.ps1 ) | Rust Template Transpiler. | ``` \.rs$ ``` |
4646| [ Scala] ( Scala.Template.psx.ps1 ) | Scala Template Transpiler. | ```\. (?>scala\\ | sc)$``` |
4747| [ SQL] ( SQL.Template.psx.ps1 ) | SQL Template Transpiler. | ``` \.sql$ ``` |
48+ | [ SVG] ( SVG.template.psx.ps1 ) | SVG Template Transpiler. | ``` \.svg$ ``` |
4849| [ TCL] ( TCL.Template.psx.ps1 ) | TCL/TK Template Transpiler. | ```\. t(?>cl\\ | k)$``` |
4950| [ TOML] ( TOML.Template.psx.ps1 ) | TOML Template Transpiler. | ``` \.toml$ ``` |
5051| [ TypeScript] ( TypeScript.Template.psx.ps1 ) | TypeScript Template Transpiler. | ``` \.tsx{0,1} ``` |
You can’t perform that action at this time.
0 commit comments