Skip to content

Commit

Permalink
fix: Invoke-PipeScript language support (Fixes #635)
Browse files Browse the repository at this point in the history
  • Loading branch information
James Brundage committed Nov 11, 2023
2 parents db89ac5 + a457bf1 commit fe7a0e5
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 3 deletions.
58 changes: 58 additions & 0 deletions docs/Language.HTML.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
Language.HTML
-------------




### Synopsis

Language.HTML




---


### Description


---


### Parameters


---


### Inputs
None




---


### Outputs
* [Object](https://learn.microsoft.com/en-us/dotnet/api/System.Object)






---


### Syntax
```PowerShell
syntaxItem
```
```PowerShell
----------
```
```PowerShell
{@{name=Language.HTML; CommonParameters=False; parameter=System.Object[]}}
```
1 change: 0 additions & 1 deletion docs/ListOfTranspilers.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ These are all of the transpilers currently included in PipeScript:
|[EqualityTypeComparison](Transpilers/Syntax/EqualityTypeComparison.psx.ps1) |Allows equality type comparison. |
|[Explicit](Transpilers/Explicit.psx.ps1) |Makes Output from a PowerShell function Explicit. |
|[Help](Transpilers/Help.psx.ps1) |Help Transpiler |
|[HTML.Template](Transpilers/Templates/HTML.Template.psx.ps1) |HTML PipeScript Transpiler. |
|[Include](Transpilers/Include.psx.ps1) |Includes Files |
|[Inherit](Transpilers/Inherit.psx.ps1) |Inherits a Command |
|[Java.Template](Transpilers/Templates/Java.Template.psx.ps1) |Java Template Transpiler. |
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Often, programming involves implementing small functional changes within a speci

For example, if implementing an interface or subclass, the only things that will change are the class name and method details.

PipeScript can be be embedded within 31 languages.
PipeScript can be be embedded within 30 languages.

Embedding PipeScript within any of these languages allows you to generate any of these languages with parameterized scripts, thus removing some of the tedium of programming.

Expand Down
1 change: 0 additions & 1 deletion docs/SupportedLanguages.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ These are all of the transpilers currently included in PipeScript:

|Language |Synopsis |Pattern |
|--------------------------------------------------------------------------|--------------------------------|--------------------------------|
|[HTML.Template](Transpilers/Templates/HTML.Template.psx.ps1) |HTML PipeScript Transpiler. |```\.htm{0,1}``` |
|[Java.Template](Transpilers/Templates/Java.Template.psx.ps1) |Java Template Transpiler. |```\.(?>java)$``` |
|[JavaScript.Template](Transpilers/Templates/JavaScript.Template.psx.ps1) |JavaScript Template Transpiler. |```\.js$``` |
|[Json.Template](Transpilers/Templates/Json.Template.psx.ps1) |JSON PipeScript Transpiler. |```\.json$``` |
Expand Down

0 comments on commit fe7a0e5

Please sign in to comment.