sile 0.14.8

Simon’s Improved Layout Engine
1
2
3
4
5
6
7
8
9
10
11
12
local no = require("languages.no")._no

local no_patterns, no_exceptions = no()

return {
  init = function ()
    SILE.hyphenator.languages.nb = {
      patterns = no_patterns,
      exceptions = no_exceptions
    }
  end
}