New language: Textile

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

View File

@ -1175,6 +1175,15 @@ END
lsp: "digestif",
lspLang: "tex",
template: `\\message{Hello, world!}
`,
},
textile: {
name: "Textile",
monacoLang: "plaintext",
main: "main.textile",
compile: "pandoc main.textile -o main.html",
run: "prettier --no-config main.html",
template: `Hello, world!
`,
},
toml: {

View File

@ -42,6 +42,9 @@ liblua5.3-dev
luarocks
texlive-binaries
# Textile
pandoc
# Unlambda
unlambda