summaryrefslogtreecommitdiff
path: root/texmf-dist/tex/harftex/base/harf-plain.lua
blob: a79a174cdee260cd2a2b12bc5d618049857ce350 (plain)
1
2
3
4
5
local harf = require("harf")

for name, func in next, harf.callbacks do
  callback.register(name, func)
end