mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-01-30 09:48:11 +01:00
Update compiler to include instruction for the Rink calculator
Added a compiler option for rink calculator files. Rink is a unit-conversion calculator written in Rust.
This commit is contained in:
parent
c43f390f07
commit
05561eb296
@ -33,6 +33,7 @@ case "${ext}" in
|
|||||||
pandoc -t ms --highlight-style="kate" -s -o "${base}.pdf" "${file}" ;;
|
pandoc -t ms --highlight-style="kate" -s -o "${base}.pdf" "${file}" ;;
|
||||||
org) emacs "${file}" --batch -u "${USER}" -f org-latex-export-to-pdf ;;
|
org) emacs "${file}" --batch -u "${USER}" -f org-latex-export-to-pdf ;;
|
||||||
py) python "${file}" ;;
|
py) python "${file}" ;;
|
||||||
|
rink) rink -f "${file}" ;;
|
||||||
[rR]md) Rscript -e "rmarkdown::render('${file}', quiet=TRUE)" ;;
|
[rR]md) Rscript -e "rmarkdown::render('${file}', quiet=TRUE)" ;;
|
||||||
rs) cargo build ;;
|
rs) cargo build ;;
|
||||||
sass) sassc -a "${file}" "${base}.css" ;;
|
sass) sassc -a "${file}" "${base}.css" ;;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user