Skip to content

Commit

Permalink
feat: PipeScript Supports Pug(s) ( Fixes #1074 )
Browse files Browse the repository at this point in the history
Attribute typofix and validation simplification.
  • Loading branch information
James Brundage committed Mar 17, 2024
1 parent 2c5f8be commit eb4f8b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Languages/Pug/Pug-Language.ps.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[ValidatePattern("(?>^|[\s\p{P}])(?>Pug|Language)[\s\p{P}]")]
[ValidatePattern("(?>Pug|Language)[\s\p{P}]")]
param()


Expand All @@ -11,7 +11,7 @@ Language function Pug {
Pug is a high-performance template engine heavily influenced by Haml and implemented with JavaScript for Node.js and browsers.
#>
[ValidatePatern('\.pug$')]
[ValidatePattern('\.pug$')]
param()
$LanguageName = 'Pug'
$FilePattern = '\.pug$'
Expand Down

0 comments on commit eb4f8b0

Please sign in to comment.