@@ -5,42 +5,42 @@ PipeScript can currently be embedded in 34 languages or file types.
55### Supported Languages
66
77
8- | Language | Synopsis |
9- | ---------------------------------------| ------------------------------------- --------------------------------|
10- | [ ADA] ( Inline.ADA.psx.ps1 ) | [ ADA PipeScript Transpiler. ] ( Inline.ADA.psx.ps1 ) |
11- | [ ATOM] ( Inline.ATOM.psx.ps1 ) | [ ATOM Inline PipeScript Transpiler. ] ( Inline.ATOM.psx.ps1 ) |
12- | [ Bash] ( Inline. Bash.psx.ps1 ) | [ Bash PipeScript Transpiler. ] ( Inline.Bash.psx.ps1 ) |
13- | [ Basic] ( Inline.Basic.psx.ps1 ) | [ Basic PipeScript Transpiler.] ( Inline.Basic.psx.ps1 ) |
14- | [ Batch] ( Inline. Batch.psx.ps1 ) | [ Batch PipeScript Transpiler. ] ( Inline.Batch.psx.ps1 ) |
15- | [ Bicep] ( Inline.Bicep.psx.ps1 ) | [ Bicep Inline PipeScript Transpiler.] ( Inline.Bicep.psx.ps1 ) |
16- | [ CPlusPlus] ( Inline.CPlusPlus.psx.ps1 ) | [ C/C++ PipeScript Transpiler.] ( Inline.CPlusPlus.psx.ps1 ) |
17- | [ CSharp] ( Inline.CSharp.psx.ps1 ) | [ C# Inline PipeScript Transpiler.] ( Inline.CSharp.psx.ps1 ) |
18- | [ CSS] ( Inline.CSS.psx.ps1 ) | [ CSS Inline PipeScript Transpiler. ] ( Inline.CSS.psx.ps1 ) |
19- | [ Go] ( Inline.Go.psx.ps1 ) | [ Go PipeScript Transpiler. ] ( Inline.Go.psx.ps1 ) |
20- | [ HLSL] ( Inline.HLSL.psx.ps1 ) | [ HLSL Inline PipeScript Transpiler. ] ( Inline.HLSL.psx.ps1 ) |
21- | [ HTML] ( Inline.HTML.psx.ps1 ) | [ HTML PipeScript Transpiler. ] ( Inline.HTML.psx.ps1 ) |
22- | [ Java] ( Inline.Java.psx.ps1 ) | [ Java Inline PipeScript Transpiler. ] ( Inline.Java.psx.ps1 ) |
23- | [ JavaScript] ( Inline.JavaScript.psx.ps1 ) | [ JavaScript Inline PipeScript Transpiler.] ( Inline.JavaScript.psx.ps1 ) |
24- | [ Json] ( Inline.Json.psx.ps1 ) | [ JSON PipeScript Transpiler. ] ( Inline.Json.psx.ps1 ) |
25- | [ Kotlin] ( Inline.Kotlin.psx.ps1 ) | [ Kotlin Inline PipeScript Transpiler.] ( Inline.Kotlin.psx.ps1 ) |
26- | [ Markdown] ( Inline.Markdown.psx.ps1 ) | [ Markdown File Transpiler.] ( Inline.Markdown.psx.ps1 ) |
27- | [ ObjectiveC] ( Inline.ObjectiveC.psx.ps1 ) | [ Objective C PipeScript Transpiler.] ( Inline.ObjectiveC.psx.ps1 ) |
28- | [ OpenSCAD] ( Inline.OpenSCAD.psx.ps1 ) | [ OpenSCAD Inline PipeScript Transpiler.] ( Inline.OpenSCAD.psx.ps1 ) |
29- | [ Perl] ( Inline.Perl.psx.ps1 ) | [ Perl Inline PipeScript Transpiler. ] ( Inline.Perl.psx.ps1 ) |
30- | [ PHP] ( Inline.PHP.psx.ps1 ) | [ PHP PipeScript Transpiler. ] ( Inline.PHP.psx.ps1 ) |
31- | [ PSD1] ( Inline.PSD1.psx.ps1 ) | [ PSD1 Inline PipeScript Transpiler. ] ( Inline.PSD1.psx.ps1 ) |
32- | [ Python] ( Inline.Python.psx.ps1 ) | [ Python Inline PipeScript Transpiler.] ( Inline.Python.psx.ps1 ) |
33- | [ R] ( Inline.R.psx.ps1 ) | [ R PipeScript Transpiler. ] ( Inline.R.psx.ps1 ) |
34- | [ Razor] ( Inline.Razor.psx.ps1 ) | [ Razor Inline PipeScript Transpiler.] ( Inline.Razor.psx.ps1 ) |
35- | [ RSS] ( Inline.RSS.psx.ps1 ) | [ RSS Inline PipeScript Transpiler. ] ( Inline.RSS.psx.ps1 ) |
36- | [ Ruby] ( Inline.Ruby.psx.ps1 ) | [ Ruby Inline PipeScript Transpiler. ] ( Inline.Ruby.psx.ps1 ) |
37- | [ Rust] ( Inline.Rust.psx.ps1 ) | [ Rust Inline PipeScript Transpiler. ] ( Inline.Rust.psx.ps1 ) |
38- | [ SQL] ( Inline.SQL.psx.ps1 ) | [ SQL PipeScript Transpiler. ] ( Inline.SQL.psx.ps1 ) |
39- | [ TCL] ( Inline.TCL.psx.ps1 ) | [ TCL/TK PipeScript Transpiler.] ( Inline.TCL.psx.ps1 ) |
40- | [ TOML] ( Inline.TOML.psx.ps1 ) | [ TOML Inline PipeScript Transpiler. ] ( Inline.TOML.psx.ps1 ) |
41- | [ TypeScript] ( Inline.TypeScript.psx.ps1 ) | [ TypeScript Inline PipeScript Transpiler.] ( Inline.TypeScript.psx.ps1 ) |
42- | [ XML] ( Inline.XML.psx.ps1 ) | [ XML Inline PipeScript Transpiler.] ( Inline.XML.psx.ps1 ) |
43- | [ YAML] ( Inline.YAML.psx.ps1 ) | [ Yaml File Transpiler.] ( Inline.YAML.psx.ps1 ) |
8+ | Language | Synopsis | Pattern |
9+ | --------------| ----------------------------------------| --------------------------------|
10+ | [ ADA] ( ) | ADA PipeScript Transpiler. | ``` \.ad[bs]$ ``` |
11+ | [ ATOM] ( ) | ATOM Inline PipeScript Transpiler. | ``` \.atom$ ``` |
12+ | [ Bash] ( ) | Bash PipeScript Transpiler. | ``` \.sh$ ``` |
13+ | [ Basic] ( ) | Basic PipeScript Transpiler. | ``` \. (?>bas \\ | vbs{0,1})$``` |
14+ | [ Batch] ( ) | Batch PipeScript Transpiler. | ``` \.cmd$ ``` |
15+ | [ Bicep] ( ) | Bicep Inline PipeScript Transpiler. | ``` \.bicep$ ``` |
16+ | [ CPlusPlus] ( ) | C/C++ PipeScript Transpiler. | ``` \. (?>c \\ | cpp \\ | h \\ | swig)$``` |
17+ | [ CSharp] ( ) | C# Inline PipeScript Transpiler. | ``` \.cs$ ``` |
18+ | [ CSS] ( ) | CSS Inline PipeScript Transpiler. | ``` \.s{0,1}css$ ``` |
19+ | [ Go] ( ) | Go PipeScript Transpiler. | ``` \.go$ ``` |
20+ | [ HLSL] ( ) | HLSL Inline PipeScript Transpiler. | ``` \.hlsl$ ``` |
21+ | [ HTML] ( ) | HTML PipeScript Transpiler. | ``` \.htm{0,1} ``` |
22+ | [ Java] ( ) | Java Inline PipeScript Transpiler. | ``` \.(?>java)$ ``` |
23+ | [ JavaScript] ( ) | JavaScript Inline PipeScript Transpiler.| ``` \.js$ ``` |
24+ | [ Json] ( ) | JSON PipeScript Transpiler. | ``` \.json$ ``` |
25+ | [ Kotlin] ( ) | Kotlin Inline PipeScript Transpiler. | ``` \.kt$ ``` |
26+ | [ Markdown] ( ) | Markdown File Transpiler. | ``` \. (?>md \\ | markdown)$``` |
27+ | [ ObjectiveC] ( ) | Objective C PipeScript Transpiler. | ``` \. (?>m \\ | mm)$``` |
28+ | [ OpenSCAD] ( ) | OpenSCAD Inline PipeScript Transpiler. | ``` \.scad$ ``` |
29+ | [ Perl] ( ) | Perl Inline PipeScript Transpiler. | ``` \. (?>pl \\ | pod)$``` |
30+ | [ PHP] ( ) | PHP PipeScript Transpiler. | ``` \.php$ ``` |
31+ | [ PSD1] ( ) | PSD1 Inline PipeScript Transpiler. | ``` \.psd1$ ``` |
32+ | [ Python] ( ) | Python Inline PipeScript Transpiler. | ``` \.py$ ``` |
33+ | [ R] ( ) | R PipeScript Transpiler. | ``` \.r$ ``` |
34+ | [ Razor] ( ) | Razor Inline PipeScript Transpiler. | ``` \. (cshtml \\ | razor)$``` |
35+ | [ RSS] ( ) | RSS Inline PipeScript Transpiler. | ``` \.rss$ ``` |
36+ | [ Ruby] ( ) | Ruby Inline PipeScript Transpiler. | ``` \.rb$ ``` |
37+ | [ Rust] ( ) | Rust Inline PipeScript Transpiler. | ``` \.rs$ ``` |
38+ | [ SQL] ( ) | SQL PipeScript Transpiler. | ``` \.sql$ ``` |
39+ | [ TCL] ( ) | TCL/TK PipeScript Transpiler. | ``` \. t(?>cl \\ | k)$``` |
40+ | [ TOML] ( ) | TOML Inline PipeScript Transpiler. | ``` \.toml$ ``` |
41+ | [ TypeScript] ( ) | TypeScript Inline PipeScript Transpiler.| ``` \.tsx{0,1} ``` |
42+ | [ XML] ( ) | XML Inline PipeScript Transpiler. | ``` \. (?>xml \\ | xaml \\ | ps1xml)$``` |
43+ | [ YAML] ( ) | Yaml File Transpiler. | ``` \. (?>yml \\ | yaml)$``` |
4444
4545
4646
0 commit comments