Skip to content

Commit

Permalink
feat: PipeScript.Languages.ExcludePattern ( Fixes #877 )
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Jan 12, 2024
1 parent 745da32 commit 8e61f17
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/PipeScript/Interpreters/get_ExcludePattern.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
PipeScript.Interpreters.get_ExcludePattern()
--------------------------------------------

### Synopsis
Gets Language Exclusion Patterns

---

### Description

`$psLanguages.ExcludePattern` and `$psInterpreters.ExcludePattern` contain the patterns excluded from interpretation.

If a command matches any of these patterns, it should not be interpreted.

---

0 comments on commit 8e61f17

Please sign in to comment.