Skip to content

Commit d2f8f5d

Browse files
StartAutomatingStartAutomating
authored andcommitted
Adding Dart Template (Fixes #394)
1 parent 42ff8e6 commit d2f8f5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/SupportedLanguages.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ These are all of the transpilers currently included in PipeScript:
1414
|[CPlusPlus.Template](Transpilers/Templates/CPlusPlus.Template.psx.ps1) |C/C++ Template Transpiler. |```\.(?>c\\|cpp\\|h\\|swig)$``` |
1515
|[CSharp.Template](Transpilers/Templates/CSharp.Template.psx.ps1) |C# Template Transpiler. |```\.cs$``` |
1616
|[CSS.Template](Transpilers/Templates/CSS.Template.psx.ps1) |CSS Template Transpiler. |```\.s{0,1}css$``` |
17+
|[Dart.Template](Transpilers/Templates/Dart.Template.psx.ps1) |Dart Template Transpiler. |```\.(?>dart)$``` |
1718
|[Go.Template](Transpilers/Templates/Go.Template.psx.ps1) |Go Template Transpiler. |```\.go$``` |
1819
|[HAXE.Template](Transpilers/Templates/HAXE.Template.psx.ps1) |Haxe Template Transpiler. |```\.hx$``` |
1920
|[HCL.Template](Transpilers/Templates/HCL.Template.psx.ps1) |HCL Template Transpiler. |```\.hcl$``` |

0 commit comments

Comments
 (0)