Skip to content

Commit

Permalink
add associated lua-types
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Dec 13, 2024
1 parent 7550720 commit 75df5c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/resources/lua-types/quarto/paths.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ Returns the path to the `Rscript` file that Quarto itself would use in its knitr
]]
---@return string # Path to `Rscript` file
function quarto.paths.rscript() end

--[[
Returns the path to the `TinyTeX` bin directory that `quarto install tinytex` installed to, or nil if not found.
]]
---@return string|nil # Path to `TinyTeX` bin directory
function quarto.paths.tinytex_bin_dir() end

0 comments on commit 75df5c9

Please sign in to comment.