Skip to content

Commit a9d39f0

Browse files
StartAutomatingStartAutomating
authored andcommitted
Adding SVG Template Transpiler (Fixes #411)
1 parent 642b10b commit a9d39f0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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 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}``` |

0 commit comments

Comments
 (0)