Skip to content

Commit be16d89

Browse files
StartAutomatingStartAutomating
authored andcommitted
Adding Dart Template (Fixes #394)
1 parent 46c9085 commit be16d89

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 41 languages or file types.
3+
PipeScript can be used to generate 42 languages or file types.
44

55
### Supported Languages
66

@@ -17,6 +17,7 @@ PipeScript can be used to generate 41 languages or file types.
1717
|[CPlusPlus](CPlusPlus.Template.psx.ps1) |C/C++ Template Transpiler. |```\.(?>c\\|cpp\\|h\\|swig)$``` |
1818
|[CSharp](CSharp.Template.psx.ps1) |C# Template Transpiler. |```\.cs$``` |
1919
|[CSS](CSS.Template.psx.ps1) |CSS Template Transpiler. |```\.s{0,1}css$``` |
20+
|[Dart](Dart.Template.psx.ps1) |Dart Template Transpiler. |```\.(?>dart)$``` |
2021
|[Go](Go.Template.psx.ps1) |Go Template Transpiler. |```\.go$``` |
2122
|[HAXE](HAXE.Template.psx.ps1) |Haxe Template Transpiler. |```\.hx$``` |
2223
|[HCL](HCL.Template.psx.ps1) |HCL Template Transpiler. |```\.hcl$``` |

0 commit comments

Comments
 (0)