Skip to content

Commit b584786

Browse files
StartAutomatingStartAutomating
authored andcommitted
Adding SVG Template Transpiler (Fixes #411)
1 parent 7b8f8c1 commit b584786

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/SupportedLanguages.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ These are all of the transpilers currently included in PipeScript:
4242
|[Rust.Template](Transpilers/Templates/Rust.Template.psx.ps1) |Rust Template Transpiler. |```\.rs$``` |
4343
|[Scala.Template](Transpilers/Templates/Scala.Template.psx.ps1) |Scala Template Transpiler. |```\.(?>scala\\|sc)$``` |
4444
|[SQL.Template](Transpilers/Templates/SQL.Template.psx.ps1) |SQL Template Transpiler. |```\.sql$``` |
45+
|[SVG.template](Transpilers/Templates/SVG.template.psx.ps1) |SVG Template Transpiler. |```\.svg$``` |
4546
|[TCL.Template](Transpilers/Templates/TCL.Template.psx.ps1) |TCL/TK Template Transpiler. |```\.t(?>cl\\|k)$``` |
4647
|[TOML.Template](Transpilers/Templates/TOML.Template.psx.ps1) |TOML Template Transpiler. |```\.toml$``` |
4748
|[TypeScript.Template](Transpilers/Templates/TypeScript.Template.psx.ps1) |TypeScript Template Transpiler. |```\.tsx{0,1}``` |

0 commit comments

Comments
 (0)