Skip to content

Commit 75df5c9

Browse files
committed
add associated lua-types
1 parent 7550720 commit 75df5c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/resources/lua-types/quarto/paths.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@ Returns the path to the `Rscript` file that Quarto itself would use in its knitr
77
]]
88
---@return string # Path to `Rscript` file
99
function quarto.paths.rscript() end
10+
11+
--[[
12+
Returns the path to the `TinyTeX` bin directory that `quarto install tinytex` installed to, or nil if not found.
13+
]]
14+
---@return string|nil # Path to `TinyTeX` bin directory
15+
function quarto.paths.tinytex_bin_dir() end

0 commit comments

Comments
 (0)