Skip to content

Commit a7b371e

Browse files
StartAutomatingStartAutomating
authored andcommitted
Adding Scala Template Transpiler (Fixes #395)
1 parent 72335a7 commit a7b371e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Transpilers/Templates/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This 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$``` |

0 commit comments

Comments
 (0)