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 47 languages or file types.
3
+ PipeScript can be used to generate 48 languages or file types.
4
4
5
5
### Supported Languages
6
6
@@ -28,6 +28,7 @@ PipeScript can be used to generate 47 languages or file types.
28
28
| [ JavaScript] ( JavaScript.Template.psx.ps1 ) | JavaScript Template Transpiler. | ``` \.js$ ``` |
29
29
| [ Json] ( Json.Template.psx.ps1 ) | JSON PipeScript Transpiler. | ``` \.json$ ``` |
30
30
| [ Kotlin] ( Kotlin.Template.psx.ps1 ) | Kotlin Template Transpiler. | ``` \.kt$ ``` |
31
+ | [ Kusto] ( Kusto.Template.psx.ps1 ) | Kusto Template Transpiler. | ``` \.kql$ ``` |
31
32
| [ Latex] ( Latex.Template.psx.ps1 ) | Latex Template Transpiler. | ```\. (?>latex\\ | tex)$``` |
32
33
| [ LUA] ( LUA.Template.psx.ps1 ) | LUA Template Transpiler. | ``` \.lua$ ``` |
33
34
| [ Markdown] ( Markdown.Template.psx.ps1 ) | Markdown Template Transpiler. | ```\. (?>md\\ | markdown\\ | txt)$```|
You can’t perform that action at this time.
0 commit comments