Skip to content

Commit cd1f5b2

Browse files
StartAutomatingStartAutomating
authored andcommitted
Adding Inline Latex/Tex Transpiler (Fixes #230)
1 parent cf30798 commit cd1f5b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SupportedLanguages.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ These are all of the transpilers currently included in PipeScript:
2121
|[JavaScript](Transpilers/Inline/Inline.JavaScript.psx.ps1)|JavaScript Inline PipeScript Transpiler.|```\.js$``` |
2222
|[Json](Transpilers/Inline/Inline.Json.psx.ps1) |JSON PipeScript Transpiler. |```\.json$``` |
2323
|[Kotlin](Transpilers/Inline/Inline.Kotlin.psx.ps1) |Kotlin Inline PipeScript Transpiler. |```\.kt$``` |
24+
|[Latex](Transpilers/Inline/Inline.Latex.psx.ps1) |Latex Inline PipeScript Transpiler. |```\.(?>latex\\|tex)$``` |
25+
|[LUA](Transpilers/Inline/Inline.LUA.psx.ps1) |LUA Inline PipeScript Transpiler. |```\.lua$``` |
2426
|[Markdown](Transpilers/Inline/Inline.Markdown.psx.ps1) |Markdown File Transpiler. |```\.(?>md\\|markdown)$``` |
2527
|[ObjectiveC](Transpilers/Inline/Inline.ObjectiveC.psx.ps1)|Objective C PipeScript Transpiler. |```\.(?>m\\|mm)$``` |
2628
|[OpenSCAD](Transpilers/Inline/Inline.OpenSCAD.psx.ps1) |OpenSCAD Inline PipeScript Transpiler. |```\.scad$``` |

0 commit comments

Comments
 (0)