New language: AsciiDoc

This commit is contained in:
Radon Rosborough 2020-07-11 12:07:45 -06:00
parent 55311d8524
commit 5326223cf8
2 changed files with 13 additions and 0 deletions

View File

@ -66,6 +66,16 @@ main:
.data .data
message: message:
.string "Hello, world!\\n" .string "Hello, world!\\n"
`,
},
asciidoc: {
aliases: ["adoc", "asc"],
monacoLang: "plaintext",
name: "AsciiDoc",
main: "main.adoc",
compile: "asciidoc -s main.adoc",
run: "prettier --no-config main.html",
template: `Hello, world!
`, `,
}, },
ats: { ats: {

View File

@ -16,6 +16,9 @@ algol68g
gcc-arm-linux-gnueabihf gcc-arm-linux-gnueabihf
qemu-user-static qemu-user-static
# AsciiDoc
asciidoc
# ATS # ATS
ats2-lang ats2-lang