File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
This directory contains Template transpilers for several languages.
2
2
3
- PipeScript can be used to generate 41 languages or file types.
3
+ PipeScript can be used to generate 42 languages or file types.
4
4
5
5
### Supported Languages
6
6
@@ -17,6 +17,7 @@ PipeScript can be used to generate 41 languages or file types.
17
17
| [ CPlusPlus] ( CPlusPlus.Template.psx.ps1 ) | C/C++ Template Transpiler. | ```\. (?>c\\ | cpp\\ | h\\ | swig)$``` |
18
18
| [ CSharp] ( CSharp.Template.psx.ps1 ) | C# Template Transpiler. | ``` \.cs$ ``` |
19
19
| [ CSS] ( CSS.Template.psx.ps1 ) | CSS Template Transpiler. | ``` \.s{0,1}css$ ``` |
20
+ | [ Dart] ( Dart.Template.psx.ps1 ) | Dart Template Transpiler. | ``` \.(?>dart)$ ``` |
20
21
| [ Go] ( Go.Template.psx.ps1 ) | Go Template Transpiler. | ``` \.go$ ``` |
21
22
| [ HAXE] ( HAXE.Template.psx.ps1 ) | Haxe Template Transpiler. | ``` \.hx$ ``` |
22
23
| [ HCL] ( HCL.Template.psx.ps1 ) | HCL Template Transpiler. | ``` \.hcl$ ``` |
You can’t perform that action at this time.
0 commit comments