File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11This directory contains Template transpilers for several languages.
22
3- PipeScript can be used to generate 47 languages or file types.
3+ PipeScript can be used to generate 48 languages or file types.
44
55### Supported Languages
66
@@ -28,6 +28,7 @@ PipeScript can be used to generate 47 languages or file types.
2828| [ JavaScript] ( JavaScript.Template.psx.ps1 ) | JavaScript Template Transpiler. | ``` \.js$ ``` |
2929| [ Json] ( Json.Template.psx.ps1 ) | JSON PipeScript Transpiler. | ``` \.json$ ``` |
3030| [ Kotlin] ( Kotlin.Template.psx.ps1 ) | Kotlin Template Transpiler. | ``` \.kt$ ``` |
31+ | [ Kusto] ( Kusto.Template.psx.ps1 ) | Kusto Template Transpiler. | ``` \.kql$ ``` |
3132| [ Latex] ( Latex.Template.psx.ps1 ) | Latex Template Transpiler. | ```\. (?>latex\\ | tex)$``` |
3233| [ LUA] ( LUA.Template.psx.ps1 ) | LUA Template Transpiler. | ``` \.lua$ ``` |
3334| [ Markdown] ( Markdown.Template.psx.ps1 ) | Markdown Template Transpiler. | ```\. (?>md\\ | markdown\\ | txt)$```|
You can’t perform that action at this time.
0 commit comments