Rename "highlighter" to "theme" and move the current content into a `code` sub-table. ```lua return { code = { ... }; -- new stuff } ```