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