Files
nvim-treesitter/tests/indent/typst_spec.lua
2026-02-25 18:35:46 +01:00

13 lines
246 B
Lua

local Runner = require('tests.indent.common').Runner
local run = Runner:new(it, 'tests/indent/typst', {
tabstop = 4,
shiftwidth = 4,
softtabstop = 4,
expandtab = false,
})
describe('indent typst:', function()
run:whole_file('.')
end)