New language: AsciiDoc
This commit is contained in:
parent
55311d8524
commit
5326223cf8
|
@ -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: {
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue