Skip to content

Commit 9ed5740

Browse files
StartAutomatingStartAutomating
authored andcommitted
Adding Inline Latex/Tex Transpiler (Fixes #230)
1 parent 105203a commit 9ed5740

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Transpilers/Inline/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This directory contains Inline PipeScript transpilers for several languages.
22

3-
PipeScript can currently be embedded in 35 languages or file types.
3+
PipeScript can currently be embedded in 37 languages or file types.
44

55
### Supported Languages
66

@@ -24,6 +24,8 @@ PipeScript can currently be embedded in 35 languages or file types.
2424
|[JavaScript](Inline.JavaScript.psx.ps1)|JavaScript Inline PipeScript Transpiler.|```\.js$``` |
2525
|[Json](Inline.Json.psx.ps1) |JSON PipeScript Transpiler. |```\.json$``` |
2626
|[Kotlin](Inline.Kotlin.psx.ps1) |Kotlin Inline PipeScript Transpiler. |```\.kt$``` |
27+
|[Latex](Inline.Latex.psx.ps1) |Latex Inline PipeScript Transpiler. |```\.(?>latex\\|tex)$``` |
28+
|[LUA](Inline.LUA.psx.ps1) |LUA Inline PipeScript Transpiler. |```\.lua$``` |
2729
|[Markdown](Inline.Markdown.psx.ps1) |Markdown File Transpiler. |```\.(?>md\\|markdown)$``` |
2830
|[ObjectiveC](Inline.ObjectiveC.psx.ps1)|Objective C PipeScript Transpiler. |```\.(?>m\\|mm)$``` |
2931
|[OpenSCAD](Inline.OpenSCAD.psx.ps1) |OpenSCAD Inline PipeScript Transpiler. |```\.scad$``` |

0 commit comments

Comments
 (0)