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 42 languages or file types.
3+ PipeScript can be used to generate 43 languages or file types.
44
55### Supported Languages
66
@@ -42,6 +42,7 @@ PipeScript can be used to generate 42 languages or file types.
4242| [ RSS] ( RSS.Template.psx.ps1 ) | RSS Template Transpiler. | ``` \.rss$ ``` |
4343| [ Ruby] ( Ruby.Template.psx.ps1 ) | Ruby Template Transpiler. | ``` \.rb$ ``` |
4444| [ Rust] ( Rust.Template.psx.ps1 ) | Rust Template Transpiler. | ``` \.rs$ ``` |
45+ | [ Scala] ( Scala.Template.psx.ps1 ) | Scala Template Transpiler. | ```\. (?>scala\\ | sc)$``` |
4546| [ SQL] ( SQL.Template.psx.ps1 ) | SQL Template Transpiler. | ``` \.sql$ ``` |
4647| [ TCL] ( TCL.Template.psx.ps1 ) | TCL/TK Template Transpiler. | ```\. t(?>cl\\ | k)$``` |
4748| [ TOML] ( TOML.Template.psx.ps1 ) | TOML Template Transpiler. | ``` \.toml$ ``` |
You can’t perform that action at this time.
0 commit comments