Skip to content

Commit e88ea84

Browse files
StartAutomatingStartAutomating
authored andcommitted
Adding Kusto Template Support (Fixes #416)
1 parent c507802 commit e88ea84

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 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)$```|

0 commit comments

Comments
 (0)