New language: Pug

This commit is contained in:
Radon Rosborough 2020-07-11 11:53:45 -06:00
parent a66ed3ce21
commit 8ef7581a9f
2 changed files with 14 additions and 0 deletions

View File

@ -814,6 +814,17 @@ echo "Hello, world!\\n";
main :-
write("Hello, world!"), nl.
`,
},
pug: {
name: "Pug",
monacoLang: "pug",
main: "main.pug",
compile: "pug main.pug",
run: "prettier --no-config main.html",
template: `html
body
p Hello, world!
`,
},
python: {

View File

@ -55,6 +55,9 @@ cpanm -n Devel::REPL
# PHP
npm install -g intelephense
# Pug
npm install -g prettier pug-cli
# ReasonML
npm install -g bs-platform