New language: Textile
This commit is contained in:
parent
5326223cf8
commit
2efd97adb6
|
@ -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: {
|
||||
|
|
|
@ -42,6 +42,9 @@ liblua5.3-dev
|
|||
luarocks
|
||||
texlive-binaries
|
||||
|
||||
# Textile
|
||||
pandoc
|
||||
|
||||
# Unlambda
|
||||
unlambda
|
||||
|
||||
|
|
Loading…
Reference in New Issue