PipeScript icon indicating copy to clipboard operation
PipeScript copied to clipboard

PipeScript should support Pug

Open StartAutomating opened this issue 1 year ago • 0 comments

Everyone loves pugs.

Pug should be defined as a Language, with the following properties:

$LanguageName = 'Pug'
$FilePattern = '\.pug$'
$IsTemplateLanguage = $true
$WorksWith = 'Express','React'
$Install = { npm install pug @args }
$Website = 'https://pugjs.org/'

StartAutomating avatar Mar 17 '24 20:03 StartAutomating