File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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$ ``` |
You can’t perform that action at this time.
0 commit comments