mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-19 17:41:12 -06:00
Add repl config
This commit is contained in:
14
.replit
Normal file
14
.replit
Normal file
@@ -0,0 +1,14 @@
|
||||
compile = ["sh", "compile.sh"]
|
||||
#compile = ["pdflatex", "-halt-on-error", "book/book.tex"]
|
||||
run = ["sh", "runner.sh"]
|
||||
|
||||
hidden = ["*.aux", "*.log", "index.html", "runner.sh", "nohup.out"]
|
||||
|
||||
[languages.latex]
|
||||
pattern = "**/*.tex"
|
||||
|
||||
[languages.latex.languageServer]
|
||||
start = "texlab"
|
||||
|
||||
[nix]
|
||||
channel = "stable-21_11"
|
||||
Reference in New Issue
Block a user