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