diff --git a/src/resources/lua-types/quarto/version.lua b/src/resources/lua-types/quarto/version.lua new file mode 100644 index 0000000000..6ebd4a3e30 --- /dev/null +++ b/src/resources/lua-types/quarto/version.lua @@ -0,0 +1,9 @@ +---@meta + +quarto = {} + +--[[ +Returns information about the quarto context version +]] +---@return quarto.Version +function quarto.version() end